public interface BytecodeSECheck
Modifier and Type | Interface and Description |
---|---|
static class |
BytecodeSECheck.NullnessCheck |
static class |
BytecodeSECheck.ZeronessCheck |
Modifier and Type | Method and 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–2017 SonarSource. All rights reserved.