Uses of Class
org.joni.CaptureTreeNode
-
Packages that use CaptureTreeNode Package Description org.joni -
-
Uses of CaptureTreeNode in org.joni
Fields in org.joni declared as CaptureTreeNode Modifier and Type Field Description (package private) CaptureTreeNode[]
CaptureTreeNode. children
CaptureTreeNode
Region. historyRoot
Methods in org.joni that return CaptureTreeNode Modifier and Type Method Description (package private) CaptureTreeNode
CaptureTreeNode. cloneTree()
(package private) CaptureTreeNode
Region. getCaptureTree()
Methods in org.joni with parameters of type CaptureTreeNode Modifier and Type Method Description (package private) void
CaptureTreeNode. addChild(CaptureTreeNode child)
private boolean
ByteCodeMachine. makeCaptureHistoryTree(CaptureTreeNode node)
-