public class ChildPos extends NodePos
NodePos for a non-root node; includes information about the parent node, the child index, and
the position of the parent node.| Constructor and Description |
|---|
ChildPos(com.ibm.wala.cast.tree.CAstNode parent,
int index,
NodePos parent_pos) |
| Modifier and Type | Method and Description |
|---|---|
<A> A |
accept(PosSwitch<A> ps) |
boolean |
equals(Object obj) |
com.ibm.wala.cast.tree.CAstNode |
getChild() |
ChildPos |
getChildPos(int index) |
int |
getIndex() |
com.ibm.wala.cast.tree.CAstNode |
getParent() |
NodePos |
getParentPos() |
int |
hashCode() |
public ChildPos(com.ibm.wala.cast.tree.CAstNode parent,
int index,
NodePos parent_pos)
Copyright © 2017. All rights reserved.