Uses of Class
gnu.bytecode.ArrayType
-
Packages that use ArrayType Package Description gnu.bytecode Contains classes to generate, read, write, and print Java bytecode in the form of.class
files.gnu.expr SupportsExpression
, and various related classes need to compile programming languages. -
-
Uses of ArrayType in gnu.bytecode
Methods in gnu.bytecode that return ArrayType Modifier and Type Method Description static ArrayType
ArrayType. make(Type elements)
Find or create an ArrayType for the specified element type.Methods in gnu.bytecode with parameters of type ArrayType Modifier and Type Method Description void
CodeAttr. emitPushPrimArray(Object value, int len, int count, ArrayType arrayType)
Emit code to push a constant primitive array.void
CodeAttr. emitPushPrimArray(Object value, ArrayType arrayType)
-
Uses of ArrayType in gnu.expr
Fields in gnu.expr declared as ArrayType Modifier and Type Field Description static ArrayType
Compilation. objArrayType
-