public class ReversePolishInterpretor
extends java.lang.Object
| Constructor and Description |
|---|
ReversePolishInterpretor(LineLocation location,
TokenStack queue,
Knowledge knowledge,
TMemory memory,
TContext context) |
ReversePolishInterpretor(TokenStack queue,
Knowledge knowledge,
TMemory memory,
TContext context) |
| Modifier and Type | Method and Description |
|---|---|
TValue |
getResult() |
public ReversePolishInterpretor(TokenStack queue, Knowledge knowledge, TMemory memory, TContext context) throws EaterException, EaterExceptionLocated
EaterExceptionEaterExceptionLocatedpublic ReversePolishInterpretor(LineLocation location, TokenStack queue, Knowledge knowledge, TMemory memory, TContext context) throws EaterException, EaterExceptionLocated
EaterExceptionEaterExceptionLocatedpublic final TValue getResult()