Class InterpretContext
java.lang.Object
com.googlecode.aviator.code.interpreter.InterpretContext
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
InterpretContext
-
-
Method Details
-
loadVar
-
loadConstant
-
isReachEnd
public boolean isReachEnd() -
getOperands
-
clearStack
public void clearStack() -
jumpTo
public void jumpTo(int tpc) -
getExpression
-
getEnv
-
next
public boolean next() -
getPc
-
push
-
peek
-
pop
-
descOperandsStack
-
dispatch
public void dispatch()Move pc to next and execute it. -
dispatch
public void dispatch(boolean next) dispatch next IR execution.- Parameters:
whether- to move pc next.
-