![]() |
lingua-franca 0.10.1
Lingua Franca code generator
|
Provides convenient access to the inner state of the validator. More...
Public Member Functions | |
| DiagnosticChain | getChain () |
| CheckMode | getCheckMode () |
| Map< Object, Object > | getContext () |
| Method | getCurrentMethod () |
| EObject | getCurrentObject () |
Provides convenient access to the inner state of the validator.
The validator only gives protected access to its own state. With this class, we can grant access to the inner state to other objects.
| DiagnosticChain org.lflang.validation.BaseLFValidator.ValidatorStateAccess.getChain | ( | ) |
| CheckMode org.lflang.validation.BaseLFValidator.ValidatorStateAccess.getCheckMode | ( | ) |
| Map< Object, Object > org.lflang.validation.BaseLFValidator.ValidatorStateAccess.getContext | ( | ) |
| Method org.lflang.validation.BaseLFValidator.ValidatorStateAccess.getCurrentMethod | ( | ) |
| EObject org.lflang.validation.BaseLFValidator.ValidatorStateAccess.getCurrentObject | ( | ) |