Package gw.internal.gosu.ir.nodes
Class GosuClassIRType
- java.lang.Object
-
- gw.internal.gosu.ir.nodes.GosuClassIRType
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Boolean_structuralprivate IType_type
-
Constructor Summary
Constructors Modifier Constructor Description privateGosuClassIRType(IType type)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)static GosuClassIRTypeget(IType type)IRTypegetArrayType()IRTypegetComponentType()java.lang.StringgetDescriptor()java.lang.ClassgetJavaClass()java.lang.StringgetName()java.lang.StringgetRelativeName()java.lang.StringgetSlashName()ITypegetType()booleanisArray()booleanisAssignableFrom(IRType otherType)booleanisBoolean()booleanisByte()booleanisChar()booleanisDouble()booleanisFloat()booleanisInt()booleanisInterface()booleanisLong()booleanisPrimitive()booleanisShort()booleanisStructural()booleanisStructuralAndErased(IRType ownersType)booleanisVoid()java.lang.StringtoString()
-
-
-
Field Detail
-
_type
private IType _type
-
_structural
private java.lang.Boolean _structural
-
-
Constructor Detail
-
GosuClassIRType
private GosuClassIRType(IType type)
-
-
Method Detail
-
get
public static GosuClassIRType get(IType type)
-
getRelativeName
public java.lang.String getRelativeName()
- Specified by:
getRelativeNamein interfaceIRType
-
getDescriptor
public java.lang.String getDescriptor()
- Specified by:
getDescriptorin interfaceIRType
-
isStructural
public boolean isStructural()
- Specified by:
isStructuralin interfaceIRType
-
isStructuralAndErased
public boolean isStructuralAndErased(IRType ownersType)
- Specified by:
isStructuralAndErasedin interfaceIRType
-
getJavaClass
public java.lang.Class getJavaClass()
- Specified by:
getJavaClassin interfaceIRType
-
getSlashName
public java.lang.String getSlashName()
- Specified by:
getSlashNamein interfaceIRType
-
getArrayType
public IRType getArrayType()
- Specified by:
getArrayTypein interfaceIRType
-
getComponentType
public IRType getComponentType()
- Specified by:
getComponentTypein interfaceIRType
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
isAssignableFrom
public boolean isAssignableFrom(IRType otherType)
- Specified by:
isAssignableFromin interfaceIRType
-
isPrimitive
public boolean isPrimitive()
- Specified by:
isPrimitivein interfaceIRType
-
isInterface
public boolean isInterface()
- Specified by:
isInterfacein interfaceIRType
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-