Uses of Class
jasm.lang.JvmType.Variable

Packages that use JvmType.Variable
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.Variable in jasm.io
 

Methods in jasm.io that return types with arguments of type JvmType.Variable
static Pair<JvmType.Variable,java.lang.Integer> ClassFileReader.parseFormalType(java.lang.String descriptor, int pos)
           
 

Uses of JvmType.Variable in jasm.lang
 

Methods in jasm.lang that return types with arguments of type JvmType.Variable
 java.util.List<JvmType.Variable> JvmType.Function.typeArguments()
           
 java.util.List<JvmType.Variable> JvmType.usedVariables()
           This method returns the list of generic variables used in this type.
 java.util.List<JvmType.Variable> JvmType.Null.usedVariables()
           
 java.util.List<JvmType.Variable> JvmType.Void.usedVariables()
           
 java.util.List<JvmType.Variable> JvmType.Bool.usedVariables()
           
 java.util.List<JvmType.Variable> JvmType.Byte.usedVariables()
           
 java.util.List<JvmType.Variable> JvmType.Char.usedVariables()
           
 java.util.List<JvmType.Variable> JvmType.Short.usedVariables()
           
 java.util.List<JvmType.Variable> JvmType.Int.usedVariables()
           
 java.util.List<JvmType.Variable> JvmType.Long.usedVariables()
           
 java.util.List<JvmType.Variable> JvmType.Float.usedVariables()
           
 java.util.List<JvmType.Variable> JvmType.Double.usedVariables()
           
 java.util.List<JvmType.Variable> JvmType.Array.usedVariables()
           
 java.util.List<JvmType.Variable> JvmType.Clazz.usedVariables()
           
 java.util.List<JvmType.Variable> JvmType.Wildcard.usedVariables()
           
 java.util.List<JvmType.Variable> JvmType.Variable.usedVariables()
           
 java.util.List<JvmType.Variable> JvmType.Intersection.usedVariables()
           
 java.util.List<JvmType.Variable> JvmType.Function.usedVariables()
           
 

Methods in jasm.lang with parameters of type JvmType.Variable
static JvmType JvmTypes.stripGenerics(JvmType.Variable vt)
           
 

Constructor parameters in jasm.lang with type arguments of type JvmType.Variable
JvmType.Function(JvmType returnType, java.util.List<JvmType> parameters, java.util.List<JvmType.Variable> typeArgs)
           
 



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