Package gw.internal.gosu.ir.nodes
Class IRPropertyFromPropertyInfo
- java.lang.Object
-
- gw.internal.gosu.ir.nodes.IRFeatureBase
-
- gw.internal.gosu.ir.nodes.IRPropertyFromPropertyInfo
-
- All Implemented Interfaces:
IRProperty
public class IRPropertyFromPropertyInfo extends IRFeatureBase implements IRProperty
-
-
Constructor Summary
Constructors Constructor Description IRPropertyFromPropertyInfo(IPropertyInfo originalProperty)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IRelativeTypeInfo.AccessibilitygetAccessibility()IRTypegetAssignableType()IRMethodgetGetterMethod()StringgetName()IRTypegetOwningIRType()ITypegetOwningIType()IRMethodgetSetterMethod()IRTypegetTargetRootIRType()IPropertyInfogetTerminalProperty()IRTypegetType()booleanisBytecodeProperty()booleanisCaptured()booleanisField()booleanisStatic()-
Methods inherited from class gw.internal.gosu.ir.nodes.IRFeatureBase
addImplicitParameters, addTypeVariableParameters, getTypeDescriptors, isImplicitMethod, maybeReifyFieldType, resolveFieldName
-
-
-
-
Constructor Detail
-
IRPropertyFromPropertyInfo
public IRPropertyFromPropertyInfo(IPropertyInfo originalProperty)
-
-
Method Detail
-
getTerminalProperty
public IPropertyInfo getTerminalProperty()
-
getType
public IRType getType()
- Specified by:
getTypein interfaceIRProperty
-
getAssignableType
public IRType getAssignableType()
- Specified by:
getAssignableTypein interfaceIRProperty
-
getName
public String getName()
- Specified by:
getNamein interfaceIRProperty
-
isField
public boolean isField()
- Specified by:
isFieldin interfaceIRProperty
-
isCaptured
public boolean isCaptured()
- Specified by:
isCapturedin interfaceIRProperty
-
getGetterMethod
public IRMethod getGetterMethod()
- Specified by:
getGetterMethodin interfaceIRProperty
-
getSetterMethod
public IRMethod getSetterMethod()
- Specified by:
getSetterMethodin interfaceIRProperty
-
getOwningIRType
public IRType getOwningIRType()
- Specified by:
getOwningIRTypein interfaceIRProperty
-
getOwningIType
public IType getOwningIType()
- Specified by:
getOwningITypein interfaceIRProperty
-
getAccessibility
public IRelativeTypeInfo.Accessibility getAccessibility()
- Specified by:
getAccessibilityin interfaceIRProperty
-
isStatic
public boolean isStatic()
- Specified by:
isStaticin interfaceIRProperty
-
getTargetRootIRType
public IRType getTargetRootIRType()
- Specified by:
getTargetRootIRTypein interfaceIRProperty
-
isBytecodeProperty
public boolean isBytecodeProperty()
- Specified by:
isBytecodePropertyin interfaceIRProperty
-
-