Class ASTString
- java.lang.Object
-
- org.eclipse.rdf4j.query.parser.sparql.ast.SimpleNode
-
- org.eclipse.rdf4j.query.parser.sparql.ast.ASTString
-
- All Implemented Interfaces:
Node
public class ASTString extends SimpleNode
-
-
Field Summary
-
Fields inherited from class org.eclipse.rdf4j.query.parser.sparql.ast.SimpleNode
children, id, parent, parser
-
-
Constructor Summary
Constructors Constructor Description ASTString(int id)ASTString(SyntaxTreeBuilder p, int id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetValue()ObjectjjtAccept(SyntaxTreeBuilderVisitor visitor, Object data)Accept the visitor.voidsetValue(String value)StringtoString()-
Methods inherited from class org.eclipse.rdf4j.query.parser.sparql.ast.SimpleNode
childrenAccept, dump, getId, isScopeChange, jjtAddChild, jjtAppendChild, jjtClose, jjtGetChild, jjtGetChild, jjtGetChildren, jjtGetChildren, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtReplaceChild, jjtReplaceWith, jjtSetParent, jjtSetValue, setScopeChange, toString
-
-
-
-
Constructor Detail
-
ASTString
public ASTString(int id)
-
ASTString
public ASTString(SyntaxTreeBuilder p, int id)
-
-
Method Detail
-
jjtAccept
public Object jjtAccept(SyntaxTreeBuilderVisitor visitor, Object data) throws VisitorException
Description copied from class:SimpleNodeAccept the visitor.- Specified by:
jjtAcceptin interfaceNode- Overrides:
jjtAcceptin classSimpleNode- Throws:
VisitorException
-
getValue
public String getValue()
-
setValue
public void setValue(String value)
-
toString
public String toString()
- Overrides:
toStringin classSimpleNode
-
-