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