Interface | Description |
---|---|
IProperty2 |
IProperty extension allowing to handle access to variables (global and local). |
Class | Description |
---|---|
ConstantProperty2<C> |
ConstantProperty2 extension. |
ExtPropertySource |
PropertySource extension for context handling. |
GlobalVarProperty |
Specific implementation allowing to access global variables (starting with #).
|
IndexedProperty2 |
IndexedProperty extension. |
IntegerProperty2 |
IntegerProperty extension. |
LocalVarProperty |
Specific implementation allowing to access local variables (starting with #).
|
MappedProperty2 |
MappedProperty extension. |
NestedProperty2 |
NestedProperty extension. |
PropertyCompiler2 |
PropertyCompiler extension for instantiation of IProperty extensions. |
SimpleProperty2 |
SimpleProperty extension. |
StaticFieldProperty2 |
StaticFieldProperty extension. |
StaticMethodProperty2 |
StaticMethodProperty extension. |
StrictFieldProperty2 |
StrictFieldProperty extension. |
StrictMethodProperty2 |
StrictMethodProperty extension. |
StringProperty2 |
StringProperty extension. |