org.objectweb.speedo.query.parser
Class ASTPrimary

java.lang.Object
  extended byorg.objectweb.speedo.query.parser.SimpleNode
      extended byorg.objectweb.speedo.query.parser.ASTPrimary
All Implemented Interfaces:
Node

public class ASTPrimary
extends SimpleNode


Field Summary
 
Fields inherited from class org.objectweb.speedo.query.parser.SimpleNode
children, id, ops, parent, parser, value
 
Constructor Summary
ASTPrimary(int id)
           
ASTPrimary(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.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

ASTPrimary

public ASTPrimary(int id)

ASTPrimary

public ASTPrimary(SpeedoQL p,
                  int id)
Method Detail

jjtAccept

public java.lang.Object jjtAccept(SpeedoQLVisitor visitor,
                                  java.lang.Object data)
Accept the visitor.

Specified by:
jjtAccept in interface Node
Overrides:
jjtAccept in class SimpleNode