public class EJBQLPath extends SimpleNode
Constructor and Description |
---|
EJBQLPath(int id) |
Modifier and Type | Method and Description |
---|---|
String |
getAbsolutePath() |
String |
getId() |
String |
getRelativePath() |
protected boolean |
visitChild(EJBQLExpressionVisitor visitor,
int childIndex)
Recursively visits a child at the specified index.
|
protected boolean |
visitNode(EJBQLExpressionVisitor visitor)
Visits this node without recursion.
|
getChild, getChildrenCount, getName, getText, isNegated, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, setText, toString, visit
public String getId()
public String getRelativePath()
public String getAbsolutePath()
protected boolean visitNode(EJBQLExpressionVisitor visitor)
SimpleNode
visitNode
in class SimpleNode
protected boolean visitChild(EJBQLExpressionVisitor visitor, int childIndex)
SimpleNode
visitChild
in class SimpleNode
Copyright © 2001–2023 Apache Cayenne. All rights reserved.