Package | Description |
---|---|
net.sourceforge.plantuml.tim | |
net.sourceforge.plantuml.tim.expression |
Modifier and Type | Method and Description |
---|---|
protected TokenStack |
Eater.eatTokenStack() |
TokenStack |
EaterWhile.getWhileExpression() |
Modifier and Type | Method and Description |
---|---|
protected void |
Eater.addIntoTokenStack(TokenStack tokenStack,
boolean stopAtColon) |
static ExecutionContextWhile |
ExecutionContextWhile.fromValue(TokenStack whileExpression,
CodePosition codePosition) |
Modifier and Type | Method and Description |
---|---|
static TokenStack |
TokenStack.eatUntilCloseParenthesisOrComma(Eater eater) |
TokenStack |
ShuntingYard.getQueue() |
TokenStack |
TokenStack.subTokenStack(int i) |
TokenStack |
TokenStack.withoutSpace() |
Constructor and Description |
---|
ReversePolishInterpretor(LineLocation location,
TokenStack queue,
Knowledge knowledge,
TMemory memory,
TContext context) |
ReversePolishInterpretor(TokenStack queue,
Knowledge knowledge,
TMemory memory,
TContext context) |
Copyright © 2020. All Rights Reserved.