|
|
|||||||||||
| 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.MqlBinaryOperator
org.makumba.providers.query.mql.MqlComparisonNode
public class MqlComparisonNode
We need to treat comparisons specially because: 1) a comparison with 'blabla' of an intEnum will be transformed into its int 2) a comparison to a '7charPointer' will be transformed into that value 3) a comparison to a parameter will determine the parameter type
| Field Summary |
|---|
| Fields inherited from class org.makumba.providers.query.mql.MqlNode |
|---|
checkAsIds, walker |
| Fields inherited from class antlr.BaseAST |
|---|
down, right |
| Constructor Summary | |
|---|---|
MqlComparisonNode()
|
|
| Method Summary | |
|---|---|
protected void |
analyzeOperands(MqlNode left,
MqlNode right)
|
protected void |
setMakType(MqlNode left,
MqlNode right)
|
| Methods inherited from class org.makumba.providers.query.mql.MqlBinaryOperator |
|---|
oneMoreChild |
| Methods inherited from class org.makumba.providers.query.mql.MqlNode |
|---|
checkAndRewriteOperand, checkForOperandType, checkOperandTypes, checkParam, findMakType, getFather, getMakType, getOriginalText, getWalker, initialize, isFunctionCall, isParam, knownType, makeBooleanFieldDefinition, 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 |
| Constructor Detail |
|---|
public MqlComparisonNode()
| Method Detail |
|---|
protected void analyzeOperands(MqlNode left,
MqlNode right)
throws antlr.SemanticException
analyzeOperands in class MqlBinaryOperatorantlr.SemanticException
protected void setMakType(MqlNode left,
MqlNode right)
throws antlr.SemanticException
setMakType in class MqlBinaryOperatorantlr.SemanticException
|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||