接口 PathNode
-
- 所有已知实现类:
AbstractMapComponentNode,DotNode,FromReferenceNode,IdentNode,IndexNode,MapEntryNode,MapKeyNode,MapValueNode,SelectExpressionImpl
public interface PathNodeAn AST node with a path property. This path property will be the fully qualified name.- 作者:
- josh
-
-
方法详细资料
-
getPath
String getPath()
Returns the full path name represented by the node.- 返回:
- the full path name represented by the node.
-
-