jasm.lang
Interface JvmType.Primitive

All Superinterfaces:
java.lang.Comparable<JvmType>, JvmType
All Known Implementing Classes:
JvmType.Bool, JvmType.Byte, JvmType.Char, JvmType.Double, JvmType.Float, JvmType.Int, JvmType.Long, JvmType.Short, JvmType.Void
Enclosing interface:
JvmType

public static interface JvmType.Primitive
extends JvmType

The Primitive type abstracts all the primitive types.


Nested Class Summary
 
Nested classes/interfaces inherited from interface jasm.lang.JvmType
JvmType.Array, JvmType.Bool, JvmType.Byte, JvmType.Char, JvmType.Clazz, JvmType.Double, JvmType.Float, JvmType.Function, JvmType.Int, JvmType.Intersection, JvmType.Long, JvmType.Null, JvmType.Primitive, JvmType.Reference, JvmType.Short, JvmType.Variable, JvmType.Void, JvmType.Wildcard
 
Method Summary
 
Methods inherited from interface jasm.lang.JvmType
usedVariables
 
Methods inherited from interface java.lang.Comparable
compareTo
 



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