| Package | Description |
|---|---|
| gw.internal.gosu.ir.nodes | |
| gw.internal.gosu.ir.transform.util | |
| gw.internal.gosu.parser | |
| gw.internal.gosu.parser.fragments | |
| gw.internal.gosu.parser.statements |
| Modifier and Type | Method and Description |
|---|---|
DynamicPropertySymbol |
IRPropertyFromDynamicPropertySymbol.getDps() |
| Modifier and Type | Method and Description |
|---|---|
static IRProperty |
IRPropertyFactory.createIRProperty(DynamicPropertySymbol dps) |
| Constructor and Description |
|---|
IRPropertyFromDynamicPropertySymbol(DynamicPropertySymbol dps) |
| Modifier and Type | Method and Description |
|---|---|
static String |
NameResolver.getGetterNameForDPS(DynamicPropertySymbol dps) |
static String |
NameResolver.getSetterNameForDPS(DynamicPropertySymbol dps) |
| Modifier and Type | Class and Description |
|---|---|
class |
EnumAllValuesPropertySymbol |
class |
EnumCodePropertySymbol |
class |
EnumDisplayNamePropertySymbol |
class |
EnumNamePropertySymbol |
class |
EnumOrdinalPropertySymbol |
class |
EnumValuePropertySymbol |
class |
IntrinsicTypePropertySymbol |
class |
ParameterizedDynamicPropertySymbol |
| Modifier and Type | Method and Description |
|---|---|
DynamicPropertySymbol |
ParameterizedDynamicPropertySymbol.getDelegate() |
DynamicPropertySymbol |
IGosuClassInternal.getMemberProperty(String name) |
DynamicPropertySymbol |
GosuClass.getMemberProperty(String name) |
DynamicPropertySymbol |
DynamicPropertySymbol.getParameterizedVersion(IGosuClass gsClass) |
DynamicPropertySymbol |
DynamicPropertySymbol.getParent() |
DynamicPropertySymbol |
IGosuClassInternal.getStaticProperty(String name) |
DynamicPropertySymbol |
ICompilableTypeInternal.getStaticProperty(String strPropertyName) |
DynamicPropertySymbol |
GosuClass.getStaticProperty(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<DynamicPropertySymbol> |
IGosuClassInternal.getMemberProperties() |
Map<String,DynamicPropertySymbol> |
GosuClassParseInfo.getMemberProperties() |
List<DynamicPropertySymbol> |
GosuClass.getMemberProperties() |
List<DynamicPropertySymbol> |
IGosuClassInternal.getStaticProperties() |
List<DynamicPropertySymbol> |
GosuClassParseInfo.getStaticProperties() |
List<DynamicPropertySymbol> |
GosuClass.getStaticProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
GosuClassParseInfo.addMemberProperty(DynamicPropertySymbol property) |
void |
GosuClassParseInfo.addStaticProperty(DynamicPropertySymbol property) |
protected void |
DynamicPropertySymbol.setParent(DynamicPropertySymbol dpsParent) |
| Constructor and Description |
|---|
DynamicPropertySymbol(DynamicPropertySymbol dps) |
GosuPropertyInfo(IFeatureInfo container,
DynamicPropertySymbol dps) |
ParameterizedDynamicPropertySymbol(DynamicPropertySymbol dpsDelegate,
IGosuClassInternal owner) |
ParameterizedGosuPropertyInfo(IFeatureInfo container,
DynamicPropertySymbol dps,
IGosuPropertyInfo delegate) |
ReducedDynamicPropertySymbol(DynamicPropertySymbol dps) |
ReducedParameterizedDynamicPropertySymbol(ReducedDynamicPropertySymbol delegate,
DynamicPropertySymbol dpsDelegate) |
| Modifier and Type | Method and Description |
|---|---|
DynamicPropertySymbol |
GosuFragment.getMemberProperty(String name)
Deprecated.
|
DynamicPropertySymbol |
GosuFragment.getStaticProperty(String name)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
DynamicPropertySymbol |
PropertyStatement.getDps() |
DynamicPropertySymbol |
VarStatement.getProperty() |
| Modifier and Type | Method and Description |
|---|---|
void |
VarStatement.setProperty(DynamicPropertySymbol dps) |
| Constructor and Description |
|---|
PropertyStatement(FunctionStatement propertyGetterOrSetter,
DynamicPropertySymbol dps) |
Copyright © 2016. All rights reserved.