|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SimpleNode | |
org.objectweb.speedo.runtime.query.parser |
Uses of SimpleNode in org.objectweb.speedo.runtime.query.parser |
Subclasses of SimpleNode in org.objectweb.speedo.runtime.query.parser | |
class |
ASTAdditiveExpression
|
class |
ASTArgumentList
|
class |
ASTCastExpression
|
class |
ASTLiteral
|
class |
ASTPrimary
|
class |
ASTQualifiedName
|
class |
ASTRelationalExpression
|
class |
ASTSpeedoPrimary
|
class |
ASTSpeedoQL
|
class |
ASTType
|
class |
ASTUnaryExpression
|
Methods in org.objectweb.speedo.runtime.query.parser that return SimpleNode | |
SimpleNode |
SpeedoQL.SpeedoQL()
|
Methods in org.objectweb.speedo.runtime.query.parser with parameters of type SimpleNode | |
java.lang.Object |
SpeedoQLAbstractVisitor.visit(SimpleNode node)
Visit method to call from constructor. |
java.lang.Object |
SpeedoQLAbstractVisitor.visit(SimpleNode node,
java.lang.Object data)
Generic visit method that traverses all child nodes |
java.lang.Object |
SpeedoQLVisitor.visit(SimpleNode node,
java.lang.Object data)
|
Constructors in org.objectweb.speedo.runtime.query.parser with parameters of type SimpleNode | |
SpeedoQLVariableVisitor(SimpleNode speedoql,
org.objectweb.jorm.metainfo.api.Manager manager)
constructor |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |