All Packages Class Hierarchy This Package Previous Next Index
Class espresso.util.CharType
java.lang.Object
|
+----espresso.util.Type
|
+----espresso.util.PrimitiveType
|
+----espresso.util.IntegralType
|
+----espresso.util.CharType
- public class CharType
- extends IntegralType
-
CharType()
-
-
ALOAD()
-
-
ASTORE()
-
-
CAST(Type)
-
-
distanceTo(Type)
-
-
identicalTo(Type)
-
-
inRange(long)
-
-
NEWARRAY(int)
-
-
toClassFileType()
- Map an Espresso type to a ClassGen one.
-
toString()
-
CharType
public CharType()
identicalTo
public boolean identicalTo(Type other)
- Overrides:
- identicalTo in class Type
distanceTo
public int distanceTo(Type other)
- Overrides:
- distanceTo in class PrimitiveType
inRange
public boolean inRange(long value)
- Overrides:
- inRange in class IntegralType
toString
public String toString()
- Overrides:
- toString in class Type
toClassFileType
public ClassGenType toClassFileType()
- Map an Espresso type to a ClassGen one.
- Overrides:
- toClassFileType in class PrimitiveType
ALOAD
public Instruction ALOAD()
- Overrides:
- ALOAD in class Type
ASTORE
public Instruction ASTORE()
- Overrides:
- ASTORE in class Type
NEWARRAY
public Instruction NEWARRAY(int index)
- Overrides:
- NEWARRAY in class Type
CAST
public InstructionList CAST(Type other)
- Overrides:
- CAST in class Type
All Packages Class Hierarchy This Package Previous Next Index