Interface | Description |
---|---|
BodyValidator |
Implement this interface if you want to provide your own body Validator
|
ClassValidator |
Implement this interface if you want to provide your own class validator
|
Enum | Description |
---|---|
CheckEscapingValidator | |
CheckInitValidator | |
CheckTypesValidator | |
CheckVoidLocalesValidator | |
ClassFlagsValidator |
Validator that checks for impossible combinations of class flags
|
LocalsValidator | |
MethodDeclarationValidator |
Validates classes to make sure that all method signatures are valid
|
OuterClassValidator |
Validates classes to make sure that the outer class chain is not recursive
|
TrapsValidator | |
UnitBoxesValidator | |
UsesValidator | |
ValueBoxesValidator |
Exception | Description |
---|---|
UnitValidationException |
This kind of validation exception can be used if a unit is the cause of an validation error.
|
ValidationException |