当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 server API Documentation 英文版文档
ASTPath (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档
org.jboss.ejb.plugins.cmp.ejbql
Class ASTPath
java.lang.Object
org.jboss.ejb.plugins.cmp.ejbql.SimpleNode
org.jboss.ejb.plugins.cmp.ejbql.ASTPath
- public final class ASTPath
- extends SimpleNode
This abstract syntax node represents a path declaration.
- Version:
- $Revision: 1.4 $
- Author:
- Dain Sundstrom
Constructor Summary |
ASTPath(int id)
|
pathList
public List pathList
fieldList
public List fieldList
type
public int type
innerJoin
public boolean innerJoin
ASTPath
public ASTPath(int id)
getPath
public String getPath()
getPath
public String getPath(int i)
getField
public FieldBridge getField()
isCMPField
public boolean isCMPField()
getCMPField
public CMPFieldBridge getCMPField()
isCMRField
public boolean isCMRField()
isCMRField
public boolean isCMRField(int i)
getCMRField
public CMRFieldBridge getCMRField()
getCMRField
public CMRFieldBridge getCMRField(int i)
getEntity
public EntityBridge getEntity()
getEntity
public EntityBridge getEntity(int i)
size
public int size()
toString
public String toString()
- Overrides:
toString
in class SimpleNode
equals
public boolean equals(Object o)
hashCode
public int hashCode()
jjtAccept
public Object jjtAccept(JBossQLParserVisitor visitor,
Object data)
- Accept the visitor. *
- Overrides:
jjtAccept
in class SimpleNode
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.