org.objectweb.speedo.runtime.query.parser
Class ASTCastExpression

java.lang.Object
  |
  +--org.objectweb.speedo.runtime.query.parser.SimpleNode
        |
        +--org.objectweb.speedo.runtime.query.parser.ASTCastExpression
All Implemented Interfaces:
Node

public class ASTCastExpression
extends SimpleNode


Fields inherited from class org.objectweb.speedo.runtime.query.parser.SimpleNode
children, id, ops, parent, parser, value
 
Constructor Summary
ASTCastExpression(int id)
           
ASTCastExpression(SpeedoQL p, int id)
           
 
Method Summary
 java.lang.Object jjtAccept(SpeedoQLVisitor visitor, java.lang.Object data)
          Accept the visitor.
 
Methods inherited from class org.objectweb.speedo.runtime.query.parser.SimpleNode
childrenAccept, dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ASTCastExpression

public ASTCastExpression(int id)

ASTCastExpression

public ASTCastExpression(SpeedoQL p,
                         int id)
Method Detail

jjtAccept

public java.lang.Object jjtAccept(SpeedoQLVisitor visitor,
                                  java.lang.Object data)
Accept the visitor.
Overrides:
jjtAccept in class SimpleNode