public final class ASTPath extends SimpleNode
| Modifier and Type | Field and Description |
|---|---|
List |
fieldList |
boolean |
innerJoin |
List |
pathList |
int |
type |
children, id, parent| Constructor and Description |
|---|
ASTPath(int id) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
CMPFieldBridge |
getCMPField() |
CMRFieldBridge |
getCMRField() |
CMRFieldBridge |
getCMRField(int i) |
EntityBridge |
getEntity() |
EntityBridge |
getEntity(int i) |
FieldBridge |
getField() |
String |
getPath() |
String |
getPath(int i) |
int |
hashCode() |
boolean |
isCMPField() |
boolean |
isCMRField() |
boolean |
isCMRField(int i) |
Object |
jjtAccept(JBossQLParserVisitor visitor,
Object data)
Accept the visitor.
|
int |
size() |
String |
toString() |
dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, toStringpublic List pathList
public List fieldList
public int type
public boolean innerJoin
public String getPath()
public String getPath(int i)
public FieldBridge getField()
public boolean isCMPField()
public CMPFieldBridge getCMPField()
public boolean isCMRField()
public boolean isCMRField(int i)
public CMRFieldBridge getCMRField()
public CMRFieldBridge getCMRField(int i)
public EntityBridge getEntity()
public EntityBridge getEntity(int i)
public int size()
public String toString()
toString in class SimpleNodepublic Object jjtAccept(JBossQLParserVisitor visitor, Object data)
jjtAccept in interface NodejjtAccept in class SimpleNodeCopyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.