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