Package gw.internal.gosu.ir.nodes
Class SyntheticIRMethod
java.lang.Object
gw.internal.gosu.ir.nodes.SyntheticIRMethod
- All Implemented Interfaces:
IRMethod
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate IRelativeTypeInfo.Accessibility
private String
private IType
private IRType
private boolean
-
Constructor Summary
ConstructorsConstructorDescriptionSyntheticIRMethod
(IType owner, String name, IRType returnType, List<IRType> parameterTypes, IRelativeTypeInfo.Accessibility accessibility, boolean aStatic) -
Method Summary
-
Field Details
-
_owner
-
_name
-
_returnType
-
_parameterTypes
-
_accessibility
-
_static
private boolean _static
-
-
Constructor Details
-
SyntheticIRMethod
-
-
Method Details
-
getReturnType
- Specified by:
getReturnType
in interfaceIRMethod
-
getExplicitParameterTypes
- Specified by:
getExplicitParameterTypes
in interfaceIRMethod
-
getAllParameterTypes
- Specified by:
getAllParameterTypes
in interfaceIRMethod
-
getName
-
getOwningIRType
- Specified by:
getOwningIRType
in interfaceIRMethod
-
getOwningIType
- Specified by:
getOwningIType
in interfaceIRMethod
-
getAccessibility
- Specified by:
getAccessibility
in interfaceIRMethod
-
isStatic
public boolean isStatic() -
getTargetRootIRType
- Specified by:
getTargetRootIRType
in interfaceIRMethod
-
getTypeVariables
- Specified by:
getTypeVariables
in interfaceIRMethod
-
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
-