Class BasicTree<T>
java.lang.Object
com.ibm.wala.util.graph.BasicTree<T>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetChild
(int i) @Nullable T
getChildValue
(int i) int
static <T> BasicTree
<T> make
(T value) void
-
Constructor Details
-
BasicTree
-
-
Method Details
-
make
-
getRootValue
-
getChildValue
-
getChild
-
setChild
-
getMaxChildIndex
public int getMaxChildIndex()
-