org.codehaus.aspectwerkz.definition.expression.ast
Class BooleanLiteral

java.lang.Object
  extended byorg.codehaus.aspectwerkz.definition.expression.ast.SimpleNode
      extended byorg.codehaus.aspectwerkz.definition.expression.ast.BooleanLiteral
All Implemented Interfaces:
Node

public class BooleanLiteral
extends SimpleNode


Constructor Summary
BooleanLiteral(ExpressionParser p, int id)
           
BooleanLiteral(int id)
           
 
Method Summary
 java.lang.Object jjtAccept(ExpressionParserVisitor visitor, java.lang.Object data)
          Accept the visitor.
 
Methods inherited from class org.codehaus.aspectwerkz.definition.expression.ast.SimpleNode
childrenAccept, dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, toString, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BooleanLiteral

public BooleanLiteral(int id)

BooleanLiteral

public BooleanLiteral(ExpressionParser p,
                      int id)
Method Detail

jjtAccept

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

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


Copyright (c) 2002-2004 The AspectWerkz Team. All Rights Reserved.