|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectantlr.BaseAST
antlr.CommonAST
org.makumba.providers.query.mql.MqlNode
org.makumba.providers.query.mql.MqlIdentNode
public class MqlIdentNode
This is a label used in the SELECT or WHERE of a query TODO issue a warning, and advice to select label.id
Field Summary | |
---|---|
String |
label
|
Fields inherited from class org.makumba.providers.query.mql.MqlNode |
---|
checkAsIds, walker |
Fields inherited from class antlr.BaseAST |
---|
down, right |
Constructor Summary | |
---|---|
MqlIdentNode()
|
Method Summary | |
---|---|
void |
resolve()
|
Methods inherited from class org.makumba.providers.query.mql.MqlNode |
---|
checkAndRewriteOperand, checkForOperandType, checkOperandTypes, checkParam, findMakType, getFather, getMakType, getOriginalText, getWalker, initialize, isFunctionCall, isParam, knownType, makeBooleanFieldDefinition, oneMoreChild, setFather, setFirstChild, setMakType, setNextSibling, setText, setTextList, setType, setWalker, toString, writeTo |
Methods inherited from class antlr.CommonAST |
---|
getText, getType, initialize, initialize |
Methods inherited from class antlr.BaseAST |
---|
addChild, decode, encode, equals, equalsList, equalsListPartial, equalsTree, equalsTreePartial, findAll, findAllPartial, getColumn, getFirstChild, getLine, getNextSibling, getNumberOfChildren, getTokenNames, removeChildren, setVerboseStringConversion, toStringList, toStringTree, xmlSerialize, xmlSerializeNode, xmlSerializeRootClose, xmlSerializeRootOpen |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public String label
Constructor Detail |
---|
public MqlIdentNode()
Method Detail |
---|
public void resolve() throws antlr.SemanticException
antlr.SemanticException
|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |