Uses of Interface
gw.internal.gosu.ir.nodes.IRProperty
-
Packages that use IRProperty Package Description gw.internal.gosu.ir.nodes gw.internal.gosu.ir.transform -
-
Uses of IRProperty in gw.internal.gosu.ir.nodes
Subinterfaces of IRProperty in gw.internal.gosu.ir.nodes Modifier and Type Interface Description interface
IRField
Classes in gw.internal.gosu.ir.nodes that implement IRProperty Modifier and Type Class Description class
IRPropertyFromCapturedSymbol
class
IRPropertyFromDynamicPropertySymbol
class
IRPropertyFromDynamicSymbol
class
IRPropertyFromPropertyInfo
class
IRPropertyFromReducedDynamicPropertySymbol
Methods in gw.internal.gosu.ir.nodes that return IRProperty Modifier and Type Method Description static IRProperty
IRPropertyFactory. createIRProperty(DynamicPropertySymbol dps)
static IRProperty
IRPropertyFactory. createIRProperty(ICompilableTypeInternal owningType, IReducedSymbol cs)
static IRProperty
IRPropertyFactory. createIRProperty(ReducedDynamicPropertySymbol rdps)
static IRProperty
IRPropertyFactory. createIRProperty(IReducedSymbol ds)
static IRProperty
IRPropertyFactory. createIRProperty(IPropertyInfo propertyInfo)
-
Uses of IRProperty in gw.internal.gosu.ir.transform
Methods in gw.internal.gosu.ir.transform with parameters of type IRProperty Modifier and Type Method Description protected IRExpression
AbstractElementTransformer. getField(IRProperty field, IRExpression root)
protected IRExpression
AbstractElementTransformer. getField_new(IRProperty irProp, IRExpression root, IRType expectedType)
protected IRStatement
AbstractElementTransformer. setField(IRProperty field, IRExpression root, IRExpression value)
-