 | IndexAccessDescending Constructor |
Namespace:
de.unika.ipd.grGen.lgsp
Assembly:
lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntaxpublic IndexAccessDescending(
IndexDescription index,
PatternElement neededElement,
bool variablesNeeded,
Expression from,
bool includingFrom,
Expression to,
bool includingTo
)
Parameters
- index
- Type: de.unika.ipd.grGen.libGrIndexDescription
- neededElement
- Type: de.unika.ipd.grGen.lgspPatternElement
- variablesNeeded
- Type: SystemBoolean
- from
- Type: Expression
- includingFrom
- Type: SystemBoolean
- to
- Type: Expression
- includingTo
- Type: SystemBoolean
See Also