Package gw.lang.ir
Interface IJavaClassIRType
-
- All Superinterfaces:
IRType
- All Known Implementing Classes:
JavaClassIRType
public interface IJavaClassIRType extends IRType
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IJavaClassInfo
getJavaClassInfo()
-
Methods inherited from interface gw.lang.ir.IRType
getArrayType, getComponentType, getDescriptor, getJavaClass, getName, getRelativeName, getSlashName, getType, isArray, isAssignableFrom, isBoolean, isByte, isChar, isDouble, isFloat, isInt, isInterface, isLong, isPrimitive, isShort, isStructural, isStructuralAndErased, isVoid
-
-
-
-
Method Detail
-
getJavaClassInfo
IJavaClassInfo getJavaClassInfo()
-
-