Uses of Interface
jasm.lang.JvmType.Primitive

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

Methods in jasm.io that return JvmType.Primitive
protected  JvmType.Primitive ClassFileReader.decodeConversionType(int offset)
           
 

Uses of JvmType.Primitive in jasm.lang
 

Classes in jasm.lang that implement JvmType.Primitive
static class JvmType.Bool
          Represents the Java type "boolean"
static class JvmType.Byte
          Represents the Java type "byte"
static class JvmType.Char
          Represents the Java type "char"
static class JvmType.Double
          Represents the Java type "double"
static class JvmType.Float
          Represents the Java type "float"
static class JvmType.Int
          Represents the Java type "int"
static class JvmType.Long
          Represents the Java type "long"
static class JvmType.Short
          Represents the Java type "short"
static class JvmType.Void
          The Void type is used to represent "void" types, found in method declarations.
 

Fields in jasm.lang declared as JvmType.Primitive
 JvmType.Primitive Bytecode.Conversion.from
           
 JvmType.Primitive Bytecode.Conversion.to
           
 

Methods in jasm.lang that return JvmType.Primitive
static JvmType.Primitive JvmTypes.unboxedType(JvmType.Clazz p)
          Given a primitive wrapper class (i.e.
 

Methods in jasm.lang with parameters of type JvmType.Primitive
static JvmType.Clazz JvmTypes.boxedType(JvmType.Primitive p)
          Given a primitive type, determine the equivalent boxed type.
 

Constructors in jasm.lang with parameters of type JvmType.Primitive
Bytecode.Conversion(JvmType.Primitive from, JvmType.Primitive to)
           
 



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