public class JQLAST
extends antlr.CommonAST
| Modifier and Type | Class and Description |
|---|---|
static class |
JQLAST.Factory
Factory to create and connect JQLAST nodes.
|
| Modifier and Type | Field and Description |
|---|---|
protected int |
column |
protected Type |
jqlType |
protected int |
line |
protected RetrieveDesc |
rd |
protected Object |
value |
| Constructor and Description |
|---|
JQLAST() |
JQLAST(int type,
String text,
Type jqlType) |
JQLAST(int type,
String text,
Type jqlType,
Object value) |
JQLAST(JQLAST ast) |
JQLAST(antlr.Token t) |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumn() |
Type |
getJQLType() |
int |
getLine() |
RetrieveDesc |
getRetrieveDesc() |
static String |
getRetrieveDescRepr(RetrieveDesc rd)
Returns a string representation of the spceified RetrieveDesc.
|
String |
getTreeRepr(String title)
Returns a full string representation of this JQLAST.
|
Object |
getValue() |
void |
initialize(antlr.collections.AST ast) |
void |
initialize(int type) |
void |
initialize(int type,
String text) |
void |
initialize(int type,
String text,
Type jqlType) |
void |
initialize(int type,
String text,
Type jqlType,
Object value) |
void |
initialize(JQLAST ast) |
void |
initialize(antlr.Token t) |
void |
setColumn(int column) |
void |
setJQLType(Type jqlType) |
void |
setLine(int line) |
void |
setRetrieveDesc(RetrieveDesc rd) |
void |
setValue(Object value) |
String |
toString()
Returns a string representation of this JQLAST w/o 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 Type jqlType
protected RetrieveDesc rd
protected Object value
public JQLAST()
public JQLAST(antlr.Token t)
public JQLAST(JQLAST ast)
public void initialize(int type)
public void initialize(int type,
String text)
initialize in interface antlr.collections.ASTinitialize in class antlr.CommonASTpublic void initialize(antlr.Token t)
initialize in interface antlr.collections.ASTinitialize in class antlr.CommonASTpublic void initialize(antlr.collections.AST ast)
initialize in interface antlr.collections.ASTinitialize in class antlr.CommonASTpublic void initialize(JQLAST ast)
public 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 setJQLType(Type jqlType)
public Type getJQLType()
public void setRetrieveDesc(RetrieveDesc rd)
public RetrieveDesc getRetrieveDesc()
public void setValue(Object value)
public Object getValue()
public String toString()
toString in interface antlr.collections.ASTtoString in class antlr.BaseASTpublic String getTreeRepr(String title)
public static String getRetrieveDescRepr(RetrieveDesc rd)
Copyright © 2019. All rights reserved.