 | SequenceParserExceptionIndexUnknownAccessDirection Constructor |
Creates an instance with the erroneous index access direction (and the name of the index).
Namespace:
de.unika.ipd.grGen.libGr
Assembly:
libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntaxpublic SequenceParserExceptionIndexUnknownAccessDirection(
string indexAccessDirection,
string indexName
)
Parameters
- indexAccessDirection
- Type: SystemString
- indexName
- Type: SystemString
See Also