com.g11ntoolkit.parser.java
Class LTBooleanLiteral

java.lang.Object
  |
  +--com.g11ntoolkit.parser.java.SimpleNode
        |
        +--com.g11ntoolkit.parser.java.LTBooleanLiteral
All Implemented Interfaces:
Node

public class LTBooleanLiteral
extends SimpleNode


Field Summary
 
Fields inherited from class com.g11ntoolkit.parser.java.SimpleNode
children, first, id, last, parent, parser
 
Constructor Summary
LTBooleanLiteral(int id)
           
LTBooleanLiteral(JavaParser p, int id)
           
 
Method Summary
 java.lang.Object jjtAccept(JavaParserVisitor visitor, java.lang.Object data)
          Accept the visitor.
 
Methods inherited from class com.g11ntoolkit.parser.java.SimpleNode
acceptChildren, dump, getFirstToken, getLastToken, jjtAddChild, jjtClose, jjtCreate, 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

LTBooleanLiteral

public LTBooleanLiteral(int id)

LTBooleanLiteral

public LTBooleanLiteral(JavaParser p,
                        int id)
Method Detail

jjtAccept

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

Specified by:
jjtAccept in interface Node
Overrides:
jjtAccept in class SimpleNode
Parameters:
visitor - a JavaParserVisitor specifying the visitor node to accept
data - an Object specifying ???
Returns:
an Object representing ???