Package org.joni.ast

Class ListNode

java.lang.Object
org.joni.ast.Node
org.joni.ast.ListNode
All Implemented Interfaces:
NodeType

public final class ListNode extends Node
  • Field Details

  • Constructor Details

    • ListNode

      private ListNode(Node value, ListNode tail, int type)
  • Method Details