Uses of Class
gnu.bytecode.ArrayType
Packages that use ArrayType
Package
Description
Contains classes to generate, read,
write, and print Java bytecode in the form of
.class
files.Supports
Expression
,
and various related classes need to compile programming languages.-
Uses of ArrayType in gnu.bytecode
Methods in gnu.bytecode that return ArrayTypeModifier and TypeMethodDescriptionstatic ArrayType
Find or create an ArrayType for the specified element type.Methods in gnu.bytecode with parameters of type ArrayTypeModifier and TypeMethodDescriptionfinal void
CodeAttr.emitPushPrimArray
(Object value, int len, int count, ArrayType arrayType) Emit code to push a constant primitive array.final void
CodeAttr.emitPushPrimArray
(Object value, ArrayType arrayType) -
Uses of ArrayType in gnu.expr