| Package | Description |
|---|---|
| org.sonar.java.bytecode.cfg | |
| org.sonar.java.bytecode.se | |
| org.sonar.java.se.constraint |
| Modifier and Type | Method and Description |
|---|---|
BytecodeCFGBuilder.Instruction |
BytecodeCFGBuilder.Block.terminator() |
| Modifier and Type | Method and Description |
|---|---|
List<BytecodeCFGBuilder.Instruction> |
BytecodeCFGBuilder.Block.elements() |
CFG.IBlock<BytecodeCFGBuilder.Instruction> |
BytecodeCFGBuilder.BytecodeCFG.entry() |
| Modifier and Type | Method and Description |
|---|---|
default ProgramState |
BytecodeSECheck.checkPostStatement(CheckerDispatcher dispatcher,
BytecodeCFGBuilder.Instruction inst) |
default ProgramState |
BytecodeSECheck.checkPreStatement(CheckerDispatcher dispatcher,
BytecodeCFGBuilder.Instruction inst) |
ProgramState |
BytecodeSECheck.NullnessCheck.checkPreStatement(CheckerDispatcher dispatcher,
BytecodeCFGBuilder.Instruction inst) |
void |
CheckerDispatcher.executeCheckPostStatement(BytecodeCFGBuilder.Instruction instruction) |
boolean |
CheckerDispatcher.executeCheckPreStatement(BytecodeCFGBuilder.Instruction instruction) |
| Modifier and Type | Method and Description |
|---|---|
SymbolicValue |
ConstraintManager.createBinarySymbolicValue(BytecodeCFGBuilder.Instruction inst,
List<ProgramState.SymbolicValueSymbol> computedFrom) |
SymbolicValue |
ConstraintManager.createSymbolicValue(BytecodeCFGBuilder.Instruction inst) |
Copyright © 2012–2017 SonarSource. All rights reserved.