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.Accessibilityprivate Stringprivate ITypeprivate IRTypeprivate 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:
getReturnTypein interfaceIRMethod
-
getExplicitParameterTypes
- Specified by:
getExplicitParameterTypesin interfaceIRMethod
-
getAllParameterTypes
- Specified by:
getAllParameterTypesin interfaceIRMethod
-
getName
-
getOwningIRType
- Specified by:
getOwningIRTypein interfaceIRMethod
-
getOwningIType
- Specified by:
getOwningITypein interfaceIRMethod
-
getAccessibility
- Specified by:
getAccessibilityin interfaceIRMethod
-
isStatic
public boolean isStatic() -
getTargetRootIRType
- Specified by:
getTargetRootIRTypein interfaceIRMethod
-
getTypeVariables
- Specified by:
getTypeVariablesin interfaceIRMethod
-
getFunctionType
- Specified by:
getFunctionTypein interfaceIRMethod
-
isBytecodeMethod
public boolean isBytecodeMethod()- Specified by:
isBytecodeMethodin interfaceIRMethod
-
couldHaveTypeVariables
public boolean couldHaveTypeVariables()- Specified by:
couldHaveTypeVariablesin interfaceIRMethod
-
isGeneratedEnumMethod
public boolean isGeneratedEnumMethod()- Specified by:
isGeneratedEnumMethodin interfaceIRMethod
-