public class AssertStmtChecker
extends polyglot.visit.NodeVisitor
Constructor and Description |
---|
AssertStmtChecker() |
Modifier and Type | Method and Description |
---|---|
polyglot.visit.NodeVisitor |
enter(polyglot.ast.Node parent,
polyglot.ast.Node n) |
boolean |
isHasAssert() |
polyglot.ast.Node |
override(polyglot.ast.Node parent,
polyglot.ast.Node n) |
public boolean isHasAssert()
public polyglot.ast.Node override(polyglot.ast.Node parent, polyglot.ast.Node n)
override
in class polyglot.visit.NodeVisitor
public polyglot.visit.NodeVisitor enter(polyglot.ast.Node parent, polyglot.ast.Node n)
enter
in class polyglot.visit.NodeVisitor