Class ShuntingYard
- java.lang.Object
-
- net.sourceforge.plantuml.tim.expression.ShuntingYard
-
public class ShuntingYard extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ShuntingYard(TokenIterator it, Knowledge knowledge, StringLocated location)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TokenStack
getQueue()
-
-
-
Constructor Detail
-
ShuntingYard
public ShuntingYard(TokenIterator it, Knowledge knowledge, StringLocated location) throws EaterException
- Throws:
EaterException
-
-
Method Detail
-
getQueue
public TokenStack getQueue()
-
-