Class NewArrayNode

All Implemented Interfaces:
IAttributeNode, ILineAttributeNode

public class NewArrayNode extends InsnNode
  • Field Details

    • arrType

      private final ArgType arrType
  • Constructor Details

    • NewArrayNode

      public NewArrayNode(ArgType arrType, int argsCount)
  • Method Details