当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 server API Documentation 英文版文档
ASTStringLiteral (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档
org.jboss.ejb.plugins.cmp.ejbql
Class ASTStringLiteral
java.lang.Object
org.jboss.ejb.plugins.cmp.ejbql.SimpleNode
org.jboss.ejb.plugins.cmp.ejbql.ASTStringLiteral
- public final class ASTStringLiteral
- extends SimpleNode
This abstract syntax node represents a string literal.
- Version:
- $Revision: 1.3 $
- Author:
- Dain Sundstrom
value
public String value
ASTStringLiteral
public ASTStringLiteral(int id)
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.