Interface Atom
-
- All Superinterfaces:
ExpressionNode
- All Known Implementing Classes:
BooleanConstant
,Identifier
,NumericConstant
,StringConstant
@ProviderType public interface Atom extends ExpressionNode
AnAtom
defines anExpressionNode
that can be translated to simple text, like identifiers or primitive constants (strings, booleans and numbers).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getText()
Get the text content for this nodes-
Methods inherited from interface org.apache.sling.scripting.sightly.compiler.expression.ExpressionNode
accept
-
-