Uses of Class
jasm.lang.JvmType.Array

Packages that use JvmType.Array
jasm.io Provides classes for reading/writing class files and Jasm files. 
jasm.lang Provides core class for representing JVM class files, bytecodes, types and constants. 
 

Uses of JvmType.Array in jasm.io
 

Methods in jasm.io that return JvmType.Array
protected static JvmType.Array ClassFileReader.buildArraytype(int atype)
           
 

Uses of JvmType.Array in jasm.lang
 

Fields in jasm.lang declared as JvmType.Array
 JvmType.Array Bytecode.ArrayLoad.type
           
 JvmType.Array Bytecode.ArrayStore.type
           
 

Methods in jasm.lang with parameters of type JvmType.Array
static Constant.Class Constant.buildClass(JvmType.Array r)
          This method creates a CONSTANT_Class object from an Array
 

Constructors in jasm.lang with parameters of type JvmType.Array
Bytecode.ArrayLoad(JvmType.Array type)
           
Bytecode.ArrayStore(JvmType.Array type)
           
 



Copyright © 2013 David J. Pearce. All Rights Reserved.