Class ShuntingYard
- java.lang.Object
-
- net.sourceforge.plantuml.tim.expression.ShuntingYard
-
public class ShuntingYard extends Object
-
-
Constructor Summary
Constructors Constructor Description ShuntingYard(TokenIterator it, Knowledge knowledge)
-
-
-
Constructor Detail
-
ShuntingYard
public ShuntingYard(TokenIterator it, Knowledge knowledge) throws EaterException, EaterExceptionLocated
- Throws:
EaterException
EaterExceptionLocated
-
-
Method Detail
-
getQueue
public TokenStack getQueue()
-
-