org.makumba.providers.query.mql
Class MqlIdentNode

java.lang.Object
  extended by antlr.BaseAST
      extended by antlr.CommonAST
          extended by org.makumba.providers.query.mql.MqlNode
              extended by org.makumba.providers.query.mql.MqlIdentNode
All Implemented Interfaces:
antlr.collections.AST, Serializable

public class MqlIdentNode
extends MqlNode

This is a label used in the SELECT or WHERE of a query TODO issue a warning, and advice to select label.id

Version:
$Id: MqlIdentNode.java,v 1.1 Aug 5, 2008 5:35:48 PM cristi Exp $
Author:
Cristian Bogdan
See Also:
Serialized Form

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

label

public String label
Constructor Detail

MqlIdentNode

public MqlIdentNode()
Method Detail

resolve

public void resolve()
             throws antlr.SemanticException
Throws:
antlr.SemanticException