Interface MCExceptionStatementsASTThrowStatementCoCo
-
- All Superinterfaces:
de.monticore.visitor.IVisitor,MCExceptionStatementsVisitor2
- All Known Implementing Classes:
ThrowIsValid
public interface MCExceptionStatementsASTThrowStatementCoCo extends MCExceptionStatementsVisitor2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description voidcheck(ASTThrowStatement node)default voidvisit(ASTThrowStatement node)
-
-
-
Method Detail
-
check
void check(ASTThrowStatement node)
-
visit
default void visit(ASTThrowStatement node)
- Specified by:
visitin interfaceMCExceptionStatementsVisitor2
-
-