public interface Fragment
| Modifier and Type | Interface and Description |
|---|---|
static class |
Fragment.Expr
A fragment which is an expression.
|
static class |
Fragment.Text
A text fragment.
|
| Modifier and Type | Method and Description |
|---|---|
Expression |
getExpression() |
String |
getText() |
boolean |
isExpression() |
boolean |
isString() |
boolean isString()
boolean isExpression()
Expression getExpression()
String getText()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.