public class EndOfInitializerInstruction extends Instruction
Constructor and Description |
---|
EndOfInitializerInstruction(boolean isStatic) |
Modifier and Type | Method and Description |
---|---|
DfaInstructionState[] |
accept(DataFlowRunner runner,
DfaMemoryState stateBefore,
InstructionVisitor visitor) |
boolean |
isStatic() |
java.lang.String |
toString() |
getIndex, nextInstruction, setIndex
public boolean isStatic()
public DfaInstructionState[] accept(DataFlowRunner runner, DfaMemoryState stateBefore, InstructionVisitor visitor)
accept
in class Instruction
public java.lang.String toString()
toString
in class java.lang.Object