Class VisitLabelIR
- java.lang.Object
-
- com.googlecode.aviator.code.interpreter.ir.VisitLabelIR
-
- All Implemented Interfaces:
IR,java.io.Serializable
public class VisitLabelIR extends java.lang.Object implements IR
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private Labellabelprivate static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description VisitLabelIR(Label label)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voideval(InterpretContext context)LabelgetLabel()java.lang.StringtoString()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
label
private final Label label
-
-
Constructor Detail
-
VisitLabelIR
public VisitLabelIR(Label label)
-
-
Method Detail
-
getLabel
public Label getLabel()
-
eval
public void eval(InterpretContext context)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-