public class IRPropertyFactory extends Object
| Constructor and Description |
|---|
IRPropertyFactory() |
| Modifier and Type | Method and Description |
|---|---|
static IRProperty |
createIRProperty(DynamicPropertySymbol dps) |
static IRProperty |
createIRProperty(ICompilableTypeInternal owningType,
IReducedSymbol cs) |
static IRProperty |
createIRProperty(IPropertyInfo propertyInfo) |
static IRProperty |
createIRProperty(IReducedSymbol ds) |
static IRProperty |
createIRProperty(ReducedDynamicPropertySymbol rdps) |
public static IRProperty createIRProperty(IPropertyInfo propertyInfo)
public static IRProperty createIRProperty(DynamicPropertySymbol dps)
public static IRProperty createIRProperty(ReducedDynamicPropertySymbol rdps)
public static IRProperty createIRProperty(IReducedSymbol ds)
public static IRProperty createIRProperty(ICompilableTypeInternal owningType, IReducedSymbol cs)
Copyright © 2018. All rights reserved.