public class JDOQLAST
extends antlr.CommonAST
implements java.lang.Cloneable
| Modifier and Type | Field and Description |
|---|---|
protected int |
column
The column info
|
protected int |
line
The line info
|
protected JavaType |
typeInfo
The type info
|
| Constructor and Description |
|---|
JDOQLAST() |
JDOQLAST(int type,
java.lang.String text,
JavaType typeInfo) |
JDOQLAST(JDOQLAST ast) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Object |
clone()
Creates and returns a copy of this object.
|
int |
getColumn() |
int |
getLine() |
JavaType |
getTypeInfo() |
void |
initialize(antlr.collections.AST _ast) |
void |
initialize(int type,
java.lang.String text,
JavaType typeInfo) |
void |
initialize(antlr.Token t) |
void |
setColumn(int column) |
void |
setLine(int line) |
void |
setTypeInfo(JavaType typeInfo) |
java.lang.String |
toString()
Returns a string representation of this JDOQLAST.
|
java.lang.String |
treeToString()
Returns a string representation of this JDOQLAST including
all child nodes.
|
addChild, decode, encode, equals, equalsList, equalsListPartial, equalsTree, equalsTreePartial, findAll, findAllPartial, getFirstChild, getNextSibling, getNumberOfChildren, getTokenNames, removeChildren, setFirstChild, setNextSibling, setVerboseStringConversion, toStringList, toStringTree, xmlSerialize, xmlSerializeNode, xmlSerializeRootClose, xmlSerializeRootOpenprotected int line
protected int column
protected transient JavaType typeInfo
public JDOQLAST()
public JDOQLAST(int type,
java.lang.String text,
JavaType typeInfo)
public JDOQLAST(JDOQLAST ast)
public void initialize(antlr.Token t)
initialize in interface antlr.collections.ASTinitialize in class antlr.CommonASTpublic void initialize(int type,
java.lang.String text,
JavaType typeInfo)
public void initialize(antlr.collections.AST _ast)
initialize in interface antlr.collections.ASTinitialize in class antlr.CommonASTpublic void setLine(int line)
public int getLine()
getLine in interface antlr.collections.ASTgetLine in class antlr.BaseASTpublic void setColumn(int column)
public int getColumn()
getColumn in interface antlr.collections.ASTgetColumn in class antlr.BaseASTpublic void setTypeInfo(JavaType typeInfo)
public JavaType getTypeInfo()
public java.lang.String toString()
toString in interface antlr.collections.ASTtoString in class antlr.BaseASTpublic java.lang.String treeToString()
protected java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectjava.lang.CloneNotSupportedExceptionCopyright © 2005-2012 Apache Software Foundation. All Rights Reserved.