Class TokenStack
java.lang.Object
net.sourceforge.plantuml.tim.expression.TokenStack
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidstatic TokenStackstatic voideatUntilCloseParenthesisOrComma(TokenIterator it, StringLocated location) getResult(StringLocated location, TContext context, TMemory memory) voidguessFunctions(StringLocated location) intsize()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
-