|
|
|||||||||||
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.hql.ExprTypeAST
org.makumba.providers.query.hql.ObjectTypeAST
public class ObjectTypeAST
Field Summary |
---|
Fields inherited from class org.makumba.providers.query.hql.ExprTypeAST |
---|
BOOLEAN, dataType, DATE, DOUBLE, FLOAT, INT, LONG, LONGSTRING, NULL, PARAMETER, STRING |
Fields inherited from class antlr.BaseAST |
---|
down, right |
Constructor Summary | |
---|---|
ObjectTypeAST(antlr.collections.AST lhs,
antlr.collections.AST rhs,
Map aliasTypes,
ObjectType typeComputer)
|
|
ObjectTypeAST(antlr.collections.AST pointer,
Map aliasTypes)
|
Method Summary | |
---|---|
String |
getObjectType()
|
(package private) void |
setObjectType(String objectType)
|
Methods inherited from class org.makumba.providers.query.hql.ExprTypeAST |
---|
getDataType, getDescription, getExtraTypeInfo, getIdentifier, getText, setDataType, setDescription, setExtraTypeInfo, setIdentifier |
Methods inherited from class antlr.CommonAST |
---|
getType, initialize, initialize, initialize, setText, setType |
Methods inherited from class antlr.BaseAST |
---|
addChild, decode, encode, equals, equalsList, equalsListPartial, equalsTree, equalsTreePartial, findAll, findAllPartial, getColumn, getFirstChild, getLine, getNextSibling, getNumberOfChildren, getTokenNames, removeChildren, setFirstChild, setNextSibling, setVerboseStringConversion, toString, toStringList, toStringTree, xmlSerialize, xmlSerializeNode, xmlSerializeRootClose, xmlSerializeRootOpen |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ObjectTypeAST(antlr.collections.AST lhs, antlr.collections.AST rhs, Map aliasTypes, ObjectType typeComputer) throws antlr.RecognitionException
antlr.RecognitionException
public ObjectTypeAST(antlr.collections.AST pointer, Map aliasTypes) throws antlr.SemanticException
antlr.SemanticException
Method Detail |
---|
public String getObjectType()
getObjectType
in class ExprTypeAST
void setObjectType(String objectType)
|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |