Package gw.internal.gosu.ir.nodes
Class IRPropertyFactory
- java.lang.Object
-
- gw.internal.gosu.ir.nodes.IRPropertyFactory
-
public class IRPropertyFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description IRPropertyFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IRPropertycreateIRProperty(DynamicPropertySymbol dps)static IRPropertycreateIRProperty(ICompilableTypeInternal owningType, IReducedSymbol cs)static IRPropertycreateIRProperty(ReducedDynamicPropertySymbol rdps)static IRPropertycreateIRProperty(IReducedSymbol ds)static IRPropertycreateIRProperty(IPropertyInfo propertyInfo)
-
-
-
Method Detail
-
createIRProperty
public static IRProperty createIRProperty(IPropertyInfo propertyInfo)
-
createIRProperty
public static IRProperty createIRProperty(DynamicPropertySymbol dps)
-
createIRProperty
public static IRProperty createIRProperty(ReducedDynamicPropertySymbol rdps)
-
createIRProperty
public static IRProperty createIRProperty(IReducedSymbol ds)
-
createIRProperty
public static IRProperty createIRProperty(ICompilableTypeInternal owningType, IReducedSymbol cs)
-
-