Class ReversePolishInterpretor
- java.lang.Object
-
- net.sourceforge.plantuml.tim.expression.ReversePolishInterpretor
-
public class ReversePolishInterpretor extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ReversePolishInterpretor(StringLocated location, TokenStack queue, Knowledge knowledge, TMemory memory, TContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TValue
getResult()
-
-
-
Constructor Detail
-
ReversePolishInterpretor
public ReversePolishInterpretor(StringLocated location, TokenStack queue, Knowledge knowledge, TMemory memory, TContext context) throws EaterException
- Throws:
EaterException
-
-
Method Detail
-
getResult
public final TValue getResult()
-
-