Class SwitchExprValidator
java.lang.Object
com.github.javaparser.ast.validator.language_level_validations.chunks.SwitchExprValidator
- All Implemented Interfaces:
TypedValidator<SwitchExpr>, BiConsumer<SwitchExpr, ProblemReporter>
-
Constructor Details
-
SwitchExprValidator
public SwitchExprValidator()
-
-
Method Details
-
accept
- Specified by:
acceptin interfaceBiConsumer<SwitchExpr, ProblemReporter>- Specified by:
acceptin interfaceTypedValidator<SwitchExpr>- Parameters:
node- the node that wants to be validatedreporter- when found, validation errors can be reported here
-