gnu.bytecode

Class IfState

public class IfState extends Object

The state of a conditional expression or statement.
Constructor Summary
IfState(CodeAttr code)
IfState(CodeAttr code, Label endLabel)

Constructor Detail

IfState

public IfState(CodeAttr code)

IfState

public IfState(CodeAttr code, Label endLabel)