Package org.sonar.java.bytecode.se
Class BytecodeSECheck.NullnessCheck
- java.lang.Object
-
- org.sonar.java.bytecode.se.BytecodeSECheck.NullnessCheck
-
- All Implemented Interfaces:
BytecodeSECheck
- Enclosing interface:
- BytecodeSECheck
public static class BytecodeSECheck.NullnessCheck extends Object implements BytecodeSECheck
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.sonar.java.bytecode.se.BytecodeSECheck
BytecodeSECheck.NullnessCheck, BytecodeSECheck.ZeronessCheck
-
-
Constructor Summary
Constructors Constructor Description NullnessCheck()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProgramState
checkPreStatement(CheckerDispatcher dispatcher, Instruction inst)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.sonar.java.bytecode.se.BytecodeSECheck
checkPostStatement
-
-
-
-
Method Detail
-
checkPreStatement
public ProgramState checkPreStatement(CheckerDispatcher dispatcher, Instruction inst)
- Specified by:
checkPreStatement
in interfaceBytecodeSECheck
-
-