Uses of Class
net.sourceforge.plantuml.tim.EaterException
Packages that use EaterException
Package
Description
-
Uses of EaterException in net.sourceforge.plantuml.preproc
Methods in net.sourceforge.plantuml.preproc that throw EaterException -
Uses of EaterException in net.sourceforge.plantuml.preproc2
Methods in net.sourceforge.plantuml.preproc2 that throw EaterExceptionModifier and TypeMethodDescriptionstatic ReadLine
PreprocessorUtils.getReaderInclude
(SURL url, StringLocated s, Charset charset) static ReadLine
PreprocessorUtils.getReaderIncludeUrl
(SURL url, StringLocated s, String suf, Charset charset) -
Uses of EaterException in net.sourceforge.plantuml.tim
Methods in net.sourceforge.plantuml.tim that throw EaterExceptionModifier and TypeMethodDescriptionvoid
TFunctionImpl.addBody
(StringLocated s) protected final void
Eater.addIntoTokenStack
(TokenStack tokenStack, boolean stopAtColon) abstract void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
TContext.applyFunctionsAndVariables
(TMemory memory, StringLocated str) boolean
ExecutionContexts.areAllIfOk
(TContext context, TMemory memory) boolean
TMemory.areAllIfOk
(TContext context, TMemory memory) protected final void
Eater.checkAndEatChar
(char ch) protected final void
Eater.checkAndEatChar
(String s) ExecutionContextWhile.conditionValue
(StringLocated location, TContext context, TMemory memory) protected final String
Eater.eatAllToEnd()
protected final String
Eater.eatAndGetFunctionName()
final String
Eater.eatAndGetNumber()
protected final String
Eater.eatAndGetOptionalQuotedString()
final String
Eater.eatAndGetQuotedString()
final String
Eater.eatAndGetSpaces()
protected final String
Eater.eatAndGetVarname()
protected final TFunctionImpl
Eater.eatDeclareFunction
(TContext context, TMemory memory, boolean unquoted, StringLocated location, boolean allowNoParenthesis, TFunctionType type) protected final TFunctionImpl
Eater.eatDeclareProcedure
(TContext context, TMemory memory, boolean unquoted, StringLocated location) protected final TFunctionImpl
Eater.eatDeclareReturnFunctionWithOptionalReturn
(TContext context, TMemory memory, boolean unquoted, StringLocated location) final TValue
Eater.eatExpression
(TContext context, TMemory memory) protected final TValue
Eater.eatExpressionStopAtColon
(TContext context, TMemory memory) protected final TokenStack
Eater.eatTokenStack()
void
FunctionsSet.executeDeclareProcedure
(TContext context, TMemory memory, StringLocated s) void
FunctionsSet.executeDeclareReturnFunction
(TContext context, TMemory memory, StringLocated s) void
FunctionsSet.executeLegacyDefine
(TContext context, TMemory memory, StringLocated s) void
FunctionsSet.executeLegacyDefineLong
(TContext context, TMemory memory, StringLocated s) TContext.executeLines
(TMemory memory, List<StringLocated> body, TFunctionType ftype, boolean modeSpecial) void
TFunction.executeProcedureInternal
(TContext context, TMemory memory, StringLocated location, List<TValue> args, Map<String, TValue> named) void
TFunctionImpl.executeProcedureInternal
(TContext context, TMemory memory, StringLocated location, List<TValue> args, Map<String, TValue> named) TFunction.executeReturnFunction
(TContext context, TMemory memory, StringLocated location, List<TValue> args, Map<String, TValue> named) TFunctionImpl.executeReturnFunction
(TContext context, TMemory memory, StringLocated location, List<TValue> args, Map<String, TValue> named) final String
EaterFunctionCall.getEndOfLine()
final ReadLine
EaterTheme.getTheme()
protected final void
Eater.optionallyEatChar
(char ch) void
TMemory.putVariable
(String varname, TValue value, TVariableScope scope, StringLocated location) void
TMemoryGlobal.putVariable
(String varname, TValue value, TVariableScope scope, StringLocated location) void
TMemoryLocal.putVariable
(String varname, TValue value, TVariableScope scope, StringLocated location) int
VariableManager.replaceVariables
(String str, int i, StringBuilder result) protected final boolean
Eater.safeCheckAndEatChar
(char ch) -
Uses of EaterException in net.sourceforge.plantuml.tim.expression
Methods in net.sourceforge.plantuml.tim.expression that throw EaterExceptionModifier and TypeMethodDescriptionstatic final Token
TokenType.eatOneToken
(Token lastToken, Eater eater, boolean manageColon) static TokenStack
TokenStack.eatUntilCloseParenthesisOrComma
(Eater eater) static void
TokenStack.eatUntilCloseParenthesisOrComma
(TokenIterator it, StringLocated location) TokenStack.getResult
(StringLocated location, TContext context, TMemory memory) Knowledge.getVariable
(String name) void
TokenStack.guessFunctions
(StringLocated location) Constructors in net.sourceforge.plantuml.tim.expression that throw EaterExceptionModifierConstructorDescriptionReversePolishInterpretor
(StringLocated location, TokenStack queue, Knowledge knowledge, TMemory memory, TContext context) ShuntingYard
(TokenIterator it, Knowledge knowledge, StringLocated location) -
Uses of EaterException in net.sourceforge.plantuml.tim.iterator
Methods in net.sourceforge.plantuml.tim.iterator that throw EaterExceptionModifier and TypeMethodDescriptionfinal void
AbstractCodeIterator.jumpToCodePosition
(CodePosition newPosition, StringLocated location) void
CodeIterator.jumpToCodePosition
(CodePosition newPosition, StringLocated location) void
CodeIteratorImpl.jumpToCodePosition
(CodePosition newPosition, StringLocated location) void
AbstractCodeIterator.next()
void
CodeIterator.next()
void
CodeIteratorSub.next()
CodeIterator.peek()
CodeIteratorAffectation.peek()
CodeIteratorForeach.peek()
CodeIteratorIf.peek()
CodeIteratorInnerComment.peek()
CodeIteratorLegacyDefine.peek()
CodeIteratorLongComment.peek()
CodeIteratorProcedure.peek()
CodeIteratorReturnFunction.peek()
CodeIteratorShortComment.peek()
CodeIteratorSub.peek()
CodeIteratorWhile.peek()
-
Uses of EaterException in net.sourceforge.plantuml.tim.stdlib
Methods in net.sourceforge.plantuml.tim.stdlib that throw EaterExceptionModifier and TypeMethodDescriptionvoid
InvokeProcedure.executeProcedureInternal
(TContext context, TMemory memory, StringLocated location, List<TValue> args, Map<String, TValue> named) final void
SimpleReturnFunction.executeProcedureInternal
(TContext context, TMemory memory, StringLocated location, List<TValue> args, Map<String, TValue> named) AlwaysFalse.executeReturnFunction
(TContext context, TMemory memory, StringLocated location, List<TValue> values, Map<String, TValue> named) AlwaysTrue.executeReturnFunction
(TContext context, TMemory memory, StringLocated location, List<TValue> values, Map<String, TValue> named) CallUserFunction.executeReturnFunction
(TContext context, TMemory memory, StringLocated location, List<TValue> values, Map<String, TValue> named) Chr.executeReturnFunction
(TContext context, TMemory memory, StringLocated location, List<TValue> values, Map<String, TValue> named) Darken.executeReturnFunction
(TContext context, TMemory memory, StringLocated location, List<TValue> values, Map<String, TValue> named) DateFunction.executeReturnFunction
(TContext context, TMemory memory, StringLocated location, List<TValue> values, Map<String, TValue> named) Dec2hex.executeReturnFunction
(TContext context, TMemory memory, StringLocated location, List<TValue> values, Map<String, TValue> named) Dirpath.executeReturnFunction
(TContext context, TMemory memory, StringLocated location, List<TValue> values, Map<String, TValue> named) Eval.executeReturnFunction
(TContext context, TMemory memory, StringLocated location, List<TValue> values, Map<String, TValue> named) Feature.executeReturnFunction
(TContext context, TMemory memory, StringLocated location, List<TValue> values, Map<String, TValue> named) FileExists.executeReturnFunction
(TContext context, TMemory memory, StringLocated location, List<TValue> values, Map<String, TValue> named) Filename.executeReturnFunction
(TContext context, TMemory memory, StringLocated location, List<TValue> values, Map<String, TValue> named) FunctionExists.executeReturnFunction
(TContext context, TMemory memory, StringLocated location, List<TValue> values, Map<String, TValue> named) GetAllStdlib.executeReturnFunction
(TContext context, TMemory memory, StringLocated location, List<TValue> values, Map<String, TValue> named) GetAllTheme.executeReturnFunction
(TContext context, TMemory memory, StringLocated location, List<TValue> values, Map<String, TValue> named) Getenv.executeReturnFunction
(TContext context, TMemory memory, StringLocated location, List<TValue> values, Map<String, TValue> named) GetJsonKey.executeReturnFunction
(TContext context, TMemory memory, StringLocated location, List<TValue> values, Map<String, TValue> named) GetJsonType.executeReturnFunction
(TContext context, TMemory memory, StringLocated location, List<TValue> values, Map<String, TValue> named) GetVariableValue.executeReturnFunction
(TContext context, TMemory memory, StringLocated location, List<TValue> values, Map<String, TValue> named) GetVersion.executeReturnFunction
(TContext context, TMemory memory, StringLocated location, List<TValue> values, Map<String, TValue> named) Hex2dec.executeReturnFunction
(TContext context, TMemory memory, StringLocated location, List<TValue> values, Map<String, TValue> named) HslColor.executeReturnFunction
(TContext context, TMemory memory, StringLocated location, List<TValue> values, Map<String, TValue> named) IntVal.executeReturnFunction
(TContext context, TMemory memory, StringLocated location, List<TValue> values, Map<String, TValue> named) IsDark.executeReturnFunction
(TContext context, TMemory memory, StringLocated location, List<TValue> values, Map<String, TValue> named) IsLight.executeReturnFunction
(TContext context, TMemory memory, StringLocated location, List<TValue> values, Map<String, TValue> named) JsonAdd.executeReturnFunction
(TContext context, TMemory memory, StringLocated location, List<TValue> values, Map<String, TValue> named) JsonKeyExists.executeReturnFunction
(TContext context, TMemory memory, StringLocated location, List<TValue> values, Map<String, TValue> named) JsonMerge.executeReturnFunction
(TContext context, TMemory memory, StringLocated location, List<TValue> values, Map<String, TValue> named) JsonRemove.executeReturnFunction
(TContext context, TMemory memory, StringLocated location, List<TValue> values, Map<String, TValue> named) JsonSet.executeReturnFunction
(TContext context, TMemory memory, StringLocated location, List<TValue> values, Map<String, TValue> named) Lighten.executeReturnFunction
(TContext context, TMemory memory, StringLocated location, List<TValue> values, Map<String, TValue> named) LoadJson.executeReturnFunction
(TContext context, TMemory memory, StringLocated location, List<TValue> values, Map<String, TValue> named) LogicalAnd.executeReturnFunction
(TContext context, TMemory memory, StringLocated location, List<TValue> values, Map<String, TValue> named) LogicalNand.executeReturnFunction
(TContext context, TMemory memory, StringLocated location, List<TValue> values, Map<String, TValue> named) LogicalNor.executeReturnFunction
(TContext context, TMemory memory, StringLocated location, List<TValue> values, Map<String, TValue> named) LogicalNot.executeReturnFunction
(TContext context, TMemory memory, StringLocated location, List<TValue> values, Map<String, TValue> named) LogicalNxor.executeReturnFunction
(TContext context, TMemory memory, StringLocated location, List<TValue> values, Map<String, TValue> named) LogicalOr.executeReturnFunction
(TContext context, TMemory memory, StringLocated location, List<TValue> values, Map<String, TValue> named) LogicalXor.executeReturnFunction
(TContext context, TMemory memory, StringLocated location, List<TValue> values, Map<String, TValue> named) Now.executeReturnFunction
(TContext context, TMemory memory, StringLocated location, List<TValue> values, Map<String, TValue> named) Ord.executeReturnFunction
(TContext context, TMemory memory, StringLocated location, List<TValue> values, Map<String, TValue> named) RandomFunction.executeReturnFunction
(TContext context, TMemory memory, StringLocated location, List<TValue> values, Map<String, TValue> named) RetrieveProcedure.executeReturnFunction
(TContext context, TMemory memory, StringLocated location, List<TValue> values, Map<String, TValue> named) ReverseColor.executeReturnFunction
(TContext context, TMemory memory, StringLocated location, List<TValue> values, Map<String, TValue> named) ReverseHsluvColor.executeReturnFunction
(TContext context, TMemory memory, StringLocated location, List<TValue> values, Map<String, TValue> named) SetVariableValue.executeReturnFunction
(TContext context, TMemory memory, StringLocated location, List<TValue> values, Map<String, TValue> named) Size.executeReturnFunction
(TContext context, TMemory memory, StringLocated location, List<TValue> values, Map<String, TValue> named) SplitStr.executeReturnFunction
(TContext context, TMemory memory, StringLocated location, List<TValue> values, Map<String, TValue> named) SplitStrRegex.executeReturnFunction
(TContext context, TMemory memory, StringLocated location, List<TValue> values, Map<String, TValue> named) Str2Json.executeReturnFunction
(TContext context, TMemory memory, StringLocated location, List<TValue> values, Map<String, TValue> named) Strlen.executeReturnFunction
(TContext context, TMemory memory, StringLocated location, List<TValue> values, Map<String, TValue> named) Strpos.executeReturnFunction
(TContext context, TMemory memory, StringLocated location, List<TValue> values, Map<String, TValue> named) Substr.executeReturnFunction
(TContext context, TMemory memory, StringLocated location, List<TValue> values, Map<String, TValue> named) VariableExists.executeReturnFunction
(TContext context, TMemory memory, StringLocated location, List<TValue> values, Map<String, TValue> named)