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 Labelprivate intprivate static final longprivate 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:IRReturns true when the IR execution cost may be expensive -
eval
-
toString
-