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.classfiles.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 ArrayTypeArrayType. 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 voidCodeAttr. emitPushPrimArray(Object value, int len, int count, ArrayType arrayType)Emit code to push a constant primitive array.voidCodeAttr. emitPushPrimArray(Object value, ArrayType arrayType) -
Uses of ArrayType in gnu.expr
Fields in gnu.expr declared as ArrayType Modifier and Type Field Description static ArrayTypeCompilation. objArrayType
-