public interface IRMethod
| Modifier and Type | Method and 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() |
IRType getReturnType()
String getName()
IRType getOwningIRType()
IType getOwningIType()
IRelativeTypeInfo.Accessibility getAccessibility()
boolean isStatic()
IRType getTargetRootIRType()
IGenericTypeVariable[] getTypeVariables()
boolean isBytecodeMethod()
boolean couldHaveTypeVariables()
IFunctionType getFunctionType()
boolean isGeneratedEnumMethod()
Copyright © 2018. All rights reserved.