Package gw.internal.gosu.ir.nodes
Class IRMethodFromJavaMethodInfo
- java.lang.Object
-
- gw.internal.gosu.ir.nodes.IRMethodFromJavaMethodInfo
-
-
Constructor Summary
Constructors Constructor Description IRMethodFromJavaMethodInfo(IJavaClassMethod method)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
couldHaveTypeVariables()
IRelativeTypeInfo.Accessibility
getAccessibility()
List<IRType>
getAllParameterTypes()
List<IRType>
getExplicitParameterTypes()
IFunctionType
getFunctionType()
String
getName()
IRType
getOwningIRType()
IType
getOwningIType()
IRType
getReturnType()
IRType
getTargetRootIRType()
IGenericTypeVariable[]
getTypeVariables()
boolean
isBytecodeMethod()
boolean
isGeneratedEnumMethod()
boolean
isStatic()
-
-
-
Constructor Detail
-
IRMethodFromJavaMethodInfo
public IRMethodFromJavaMethodInfo(IJavaClassMethod method)
-
-
Method Detail
-
getReturnType
public IRType getReturnType()
- Specified by:
getReturnType
in interfaceIRMethod
-
getExplicitParameterTypes
public List<IRType> getExplicitParameterTypes()
- Specified by:
getExplicitParameterTypes
in interfaceIRMethod
-
getAllParameterTypes
public List<IRType> getAllParameterTypes()
- Specified by:
getAllParameterTypes
in interfaceIRMethod
-
getOwningIRType
public IRType getOwningIRType()
- Specified by:
getOwningIRType
in interfaceIRMethod
-
getOwningIType
public IType getOwningIType()
- Specified by:
getOwningIType
in interfaceIRMethod
-
getAccessibility
public IRelativeTypeInfo.Accessibility getAccessibility()
- Specified by:
getAccessibility
in interfaceIRMethod
-
getTargetRootIRType
public IRType getTargetRootIRType()
- Specified by:
getTargetRootIRType
in interfaceIRMethod
-
getTypeVariables
public IGenericTypeVariable[] getTypeVariables()
- Specified by:
getTypeVariables
in interfaceIRMethod
-
getFunctionType
public IFunctionType getFunctionType()
- Specified by:
getFunctionType
in interfaceIRMethod
-
isBytecodeMethod
public boolean isBytecodeMethod()
- Specified by:
isBytecodeMethod
in interfaceIRMethod
-
couldHaveTypeVariables
public boolean couldHaveTypeVariables()
- Specified by:
couldHaveTypeVariables
in interfaceIRMethod
-
isGeneratedEnumMethod
public boolean isGeneratedEnumMethod()
- Specified by:
isGeneratedEnumMethod
in interfaceIRMethod
-
-