Class Type.ArrayType

java.lang.Object
org.openjdk.asmtools.jdis.notations.Type
org.openjdk.asmtools.jdis.notations.Type.ArrayType
Enclosing class:
Type

public static class Type.ArrayType extends Type
Represents an array type signature.

See: JVMS 4.3.4 ArrayTypeSignature: [ TypeSignature ]

  • Field Details

    • elemType

      public final Type elemType
  • Constructor Details

    • ArrayType

      public ArrayType(Type elemType)
  • Method Details