@ProviderType public interface Atom extends ExpressionNode
Atom
defines an ExpressionNode
that can be translated to simple text, like identifiers or primitive constants
(strings, booleans and numbers).Modifier and Type | Method and Description |
---|---|
java.lang.String |
getText()
Get the text content for this nodes
|
accept
Copyright © 2022 The Apache Software Foundation. All rights reserved.