BytecodeSECheck.NullnessCheck, BytecodeSECheck.ZeronessCheckpublic interface BytecodeSECheck
| Modifier and Type | Interface | Description |
|---|---|---|
static class |
BytecodeSECheck.NullnessCheck |
|
static class |
BytecodeSECheck.ZeronessCheck |
| Modifier and Type | Method | Description |
|---|---|---|
default ProgramState |
checkPostStatement(CheckerDispatcher dispatcher,
Instruction inst) |
|
default ProgramState |
checkPreStatement(CheckerDispatcher dispatcher,
Instruction inst) |
default ProgramState checkPreStatement(CheckerDispatcher dispatcher, Instruction inst)
default ProgramState checkPostStatement(CheckerDispatcher dispatcher, Instruction inst)
Copyright © 2012–2018 SonarSource. All rights reserved.