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 org.apache.jdo.model.java.JavaType |
typeInfo
The type info
|
Constructor and Description |
---|
JDOQLAST() |
JDOQLAST(int type,
java.lang.String text,
org.apache.jdo.model.java.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() |
org.apache.jdo.model.java.JavaType |
getTypeInfo() |
void |
initialize(antlr.collections.AST _ast) |
void |
initialize(int type,
java.lang.String text,
org.apache.jdo.model.java.JavaType typeInfo) |
void |
initialize(antlr.Token t) |
void |
setColumn(int column) |
void |
setLine(int line) |
void |
setTypeInfo(org.apache.jdo.model.java.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, xmlSerializeRootOpen
protected int line
protected int column
protected transient org.apache.jdo.model.java.JavaType typeInfo
public JDOQLAST()
public JDOQLAST(int type, java.lang.String text, org.apache.jdo.model.java.JavaType typeInfo)
public JDOQLAST(JDOQLAST ast)
public void initialize(antlr.Token t)
initialize
in interface antlr.collections.AST
initialize
in class antlr.CommonAST
public void initialize(int type, java.lang.String text, org.apache.jdo.model.java.JavaType typeInfo)
public void initialize(antlr.collections.AST _ast)
initialize
in interface antlr.collections.AST
initialize
in class antlr.CommonAST
public void setLine(int line)
public int getLine()
getLine
in interface antlr.collections.AST
getLine
in class antlr.BaseAST
public void setColumn(int column)
public int getColumn()
getColumn
in interface antlr.collections.AST
getColumn
in class antlr.BaseAST
public void setTypeInfo(org.apache.jdo.model.java.JavaType typeInfo)
public org.apache.jdo.model.java.JavaType getTypeInfo()
public java.lang.String toString()
toString
in interface antlr.collections.AST
toString
in class antlr.BaseAST
public java.lang.String treeToString()
protected java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class java.lang.Object
java.lang.CloneNotSupportedException
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.