![]() | de.unika.ipd.grGen.grShell Namespace |
Class | Description | |
---|---|---|
![]() | ElementDef | |
![]() | GrShell | |
![]() | GrShellConstants | |
![]() | GrShellDriver | |
![]() | GrShellImpl |
Implementation class containing application logic for generated GrShell parser class.
Public methods are called by the GrShell command line parser (which is called by the GrShellDriver),
other classes access this shell main-functionality class via dedicated/limited interfaces/views.
|
![]() | GrShellSequenceApplierAndDebugger |
GrShellImpl part that controls applying the sequences, optionally utilizing the debugger.
Inherits from the DebuggerEnvironment, required by the debugger (adapting the base implementation meant for non-shell usage by overriding as needed).
form TODO: check whether overriden behaviour of DebuggerEnvironement is really needed
|
![]() | GrShellTokenManager | |
![]() | NewGraphOptions | |
![]() | ParseException |
This exception is thrown when parse errors are encountered.
|
![]() | ShellGraphProcessingEnvironment | |
![]() | SimpleCharStream |
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (without unicode processing).
|
![]() | Token |
Describes the input token stream.
|
![]() | TokenMgrError |
Structure | Description | |
---|---|---|
![]() | Param |
Interface | Description | |
---|---|---|
![]() | IGrShellImplForDriver | |
![]() | IGrShellImplForSequenceApplierAndDebugger |