Uses of Class
org.joni.ast.ListNode
-
Packages that use ListNode Package Description org.joni org.joni.ast -
-
Uses of ListNode in org.joni
Fields in org.joni declared as ListNode Modifier and Type Field Description (package private) ListNodeApplyCaseFoldArg. altRoot(package private) ListNodeApplyCaseFoldArg. tailMethods in org.joni that return ListNode Modifier and Type Method Description private ListNodeParser. createNodeFromArray(Node[] nodes, int nodeArray)Methods in org.joni with parameters of type ListNode Modifier and Type Method Description protected voidArrayCompiler. compileAltNode(ListNode node)protected abstract voidCompiler. compileAltNode(ListNode node)private NodeParser. parseExpRepeatForCar(Node top, ListNode target, boolean group) -
Uses of ListNode in org.joni.ast
Fields in org.joni.ast declared as ListNode Modifier and Type Field Description ListNodeListNode. tailMethods in org.joni.ast that return ListNode Modifier and Type Method Description static ListNodeListNode. listAdd(ListNode list, Node value)static ListNodeListNode. newAlt(Node value, ListNode tail)static ListNodeListNode. newList(Node value, ListNode tail)Methods in org.joni.ast with parameters of type ListNode Modifier and Type Method Description static ListNodeListNode. listAdd(ListNode list, Node value)static ListNodeListNode. newAlt(Node value, ListNode tail)static ListNodeListNode. newList(Node value, ListNode tail)voidListNode. setTail(ListNode tail)Constructors in org.joni.ast with parameters of type ListNode Constructor Description ListNode(Node value, ListNode tail, int type)
-