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 TokenStackEater.eatTokenStack()final TokenStackEaterWhile.getWhileExpression()Methods in net.sourceforge.plantuml.tim with parameters of type TokenStackModifier and TypeMethodDescriptionprotected final voidEater.addIntoTokenStack(TokenStack tokenStack, boolean stopAtColon) static ExecutionContextWhileExecutionContextWhile.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 TokenStackTokenStack.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)