gnu.bytecode

Class IfState


public class IfState
extends java.lang.Object

The state of a conditional expression or statement.

Constructor Summary

IfState(CodeAttr code)
IfState(CodeAttr code, Label endLabel)

Constructor Details

IfState

public IfState(CodeAttr code)

IfState

public IfState(CodeAttr code,
               Label endLabel)