站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 server API Documentation 英文版文档

ASTBooleanLiteral (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档


org.jboss.ejb.plugins.cmp.ejbql
Class ASTBooleanLiteral

java.lang.Object
  extended byorg.jboss.ejb.plugins.cmp.ejbql.SimpleNode
      extended byorg.jboss.ejb.plugins.cmp.ejbql.ASTBooleanLiteral

public final class ASTBooleanLiteral
extends SimpleNode

This abstract syntax node represents a boolean literal.

Version:
$Revision: 1.4 $
Author:
Dain Sundstrom

Field Summary
 boolean value
           
 
Fields inherited from class org.jboss.ejb.plugins.cmp.ejbql.SimpleNode
children, id, parent
 
Constructor Summary
ASTBooleanLiteral(int id)
           
 
Method Summary
 Object jjtAccept(JBossQLParserVisitor visitor, Object data)
          Accept the visitor.
 String toString()
           
 
Methods inherited from class org.jboss.ejb.plugins.cmp.ejbql.SimpleNode
dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

value

public boolean value
Constructor Detail

ASTBooleanLiteral

public ASTBooleanLiteral(int id)
Method Detail

toString

public String toString()
Overrides:
toString in class SimpleNode

jjtAccept

public Object jjtAccept(JBossQLParserVisitor visitor,
                        Object data)
Accept the visitor.

Overrides:
jjtAccept in class SimpleNode


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.