public abstract class SECheck extends Object implements JavaCheck
| Constructor and Description |
|---|
SECheck() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkEndOfExecution(CheckerContext context) |
void |
checkEndOfExecutionPath(CheckerContext context,
ConstraintManager constraintManager) |
ProgramState |
checkPostStatement(CheckerContext context,
Tree syntaxNode) |
ProgramState |
checkPreStatement(CheckerContext context,
Tree syntaxNode) |
void |
init() |
public void init()
public ProgramState checkPreStatement(CheckerContext context, Tree syntaxNode)
public ProgramState checkPostStatement(CheckerContext context, Tree syntaxNode)
public void checkEndOfExecution(CheckerContext context)
public void checkEndOfExecutionPath(CheckerContext context, ConstraintManager constraintManager)
Copyright © 2012–2016 SonarSource. All rights reserved.