Uses of Class
net.sourceforge.plantuml.tim.expression.TokenStack
Packages that use TokenStack
-
Uses of TokenStack in net.sourceforge.plantuml.tim
Methods in net.sourceforge.plantuml.tim that return TokenStackModifier and TypeMethodDescriptionprotected final TokenStack
Eater.eatTokenStack()
final TokenStack
EaterWhile.getWhileExpression()
Methods in net.sourceforge.plantuml.tim with parameters of type TokenStackModifier and TypeMethodDescriptionprotected final void
Eater.addIntoTokenStack
(TokenStack tokenStack, boolean stopAtColon) static ExecutionContextWhile
ExecutionContextWhile.fromValue
(TokenStack whileExpression, CodePosition codePosition) -
Uses of TokenStack in net.sourceforge.plantuml.tim.expression
Methods in net.sourceforge.plantuml.tim.expression that return TokenStackModifier and TypeMethodDescriptionstatic TokenStack
TokenStack.eatUntilCloseParenthesisOrComma
(Eater eater) ShuntingYard.getQueue()
TokenStack.subTokenStack
(int i) TokenStack.withoutSpace()
Constructors in net.sourceforge.plantuml.tim.expression with parameters of type TokenStackModifierConstructorDescriptionReversePolishInterpretor
(StringLocated location, TokenStack queue, Knowledge knowledge, TMemory memory, TContext context)