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.SimpleNodechildren, id, parent, parser
 
- 
 - 
Constructor SummaryConstructors Constructor Description ASTString(int id)ASTString(SyntaxTreeBuilder p, int id)
 - 
Method SummaryAll 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.SimpleNodechildrenAccept, dump, getId, isScopeChange, jjtAddChild, jjtAppendChild, jjtClose, jjtGetChild, jjtGetChild, jjtGetChildren, jjtGetChildren, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtReplaceChild, jjtReplaceWith, jjtSetParent, jjtSetValue, setScopeChange, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
ASTStringpublic ASTString(int id) 
 - 
ASTStringpublic ASTString(SyntaxTreeBuilder p, int id) 
 
- 
 - 
Method Detail- 
jjtAcceptpublic Object jjtAccept(SyntaxTreeBuilderVisitor visitor, Object data) throws VisitorException Description copied from class:SimpleNodeAccept the visitor.- Specified by:
- jjtAcceptin interface- Node
- Overrides:
- jjtAcceptin class- SimpleNode
- Throws:
- VisitorException
 
 - 
getValuepublic String getValue() 
 - 
setValuepublic void setValue(String value) 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- SimpleNode
 
 
- 
 
-