Class GotoIR
java.lang.Object
com.googlecode.aviator.code.interpreter.ir.GotoIR
- All Implemented Interfaces:
IR
,JumpIR
,Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Label
private int
private static final long
private final SourceInfo
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
pc
private int pc -
label
-
sourceInfo
-
-
Constructor Details
-
GotoIR
-
-
Method Details
-
getPc
public int getPc() -
setPc
public void setPc(int pc) -
getLabel
-
mayBeCost
public boolean mayBeCost()Description copied from interface:IR
Returns true when the IR execution cost may be expensive -
eval
-
toString
-