Class TokenStack
java.lang.Object
net.sourceforge.plantuml.tim.expression.TokenStack
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
static TokenStack
static void
eatUntilCloseParenthesisOrComma
(TokenIterator it, StringLocated location) getResult
(StringLocated location, TContext context, TMemory memory) void
guessFunctions
(StringLocated location) int
size()
subTokenStack
(int i) toString()
-
Constructor Details
-
TokenStack
public TokenStack()
-
-
Method Details
-
size
public int size() -
subTokenStack
-
toString
-
add
-
withoutSpace
-
eatUntilCloseParenthesisOrComma
- Throws:
EaterException
-
eatUntilCloseParenthesisOrComma
public static void eatUntilCloseParenthesisOrComma(TokenIterator it, StringLocated location) throws EaterException - Throws:
EaterException
-
guessFunctions
- Throws:
EaterException
-
tokenIterator
-
getResult
public TValue getResult(StringLocated location, TContext context, TMemory memory) throws EaterException - Throws:
EaterException
-