Package org.joni.ast

Class CallNode

All Implemented Interfaces:
NodeStatus, NodeType

public final class CallNode extends StateNode
  • Field Details

    • name

      public final byte[] name
    • nameP

      public final int nameP
    • nameEnd

      public final int nameEnd
    • groupNum

      public int groupNum
    • target

      public EncloseNode target
    • unsetAddrList

      public UnsetAddrList unsetAddrList
  • Constructor Details

    • CallNode

      public CallNode(byte[] name, int nameP, int nameEnd, int gnum)
  • Method Details