Interface Atom
- 
- All Superinterfaces:
 ExpressionNode
- All Known Implementing Classes:
 BooleanConstant,Identifier,NumericConstant,StringConstant
@ProviderType public interface Atom extends ExpressionNode
AnAtomdefines anExpressionNodethat 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.StringgetText()Get the text content for this nodes- 
Methods inherited from interface org.apache.sling.scripting.sightly.compiler.expression.ExpressionNode
accept 
 - 
 
 -