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.NodeVisitorpublic polyglot.visit.NodeVisitor enter(polyglot.ast.Node parent,
polyglot.ast.Node n)
enter in class polyglot.visit.NodeVisitorCopyright © 2020 Soot OSS. All rights reserved.