- java.lang.Object
-
- org.joni.ast.Node
-
- org.joni.ast.ListNode
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.joni.ast.Node
Node.TopNode
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected NodegetChild()java.lang.StringgetName()static ListNodelistAdd(ListNode list, Node value)static ListNodenewAlt(Node value, ListNode tail)static ListNodenewList(Node value, ListNode tail)protected voidsetChild(Node child)voidsetTail(ListNode tail)voidsetValue(Node value)voidtoListNode()java.lang.StringtoString(int level)-
Methods inherited from class org.joni.ast.Node
getAddressName, getType, getType2Bit, isSimple, newTop, pad, replaceWith, toString
-
-