Package net.sourceforge.plantuml.tim
Class EaterFunctionCall
- java.lang.Object
-
- net.sourceforge.plantuml.tim.Eater
-
- net.sourceforge.plantuml.tim.EaterFunctionCall
-
public class EaterFunctionCall extends Eater
-
-
Constructor Summary
Constructors Constructor Description EaterFunctionCall(StringLocated s, boolean isLegacyDefine, boolean unquoted)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidanalyze(TContext context, TMemory memory)StringgetEndOfLine()Map<String,TValue>getNamedArguments()List<TValue>getValues()-
Methods inherited from class net.sourceforge.plantuml.tim.Eater
addIntoTokenStack, addUpTo, addUpToLastLetterOrUnderscoreOrDigit, checkAndEatChar, checkAndEatChar, eatAllToEnd, eatAndGetFunctionName, eatAndGetNumber, eatAndGetOptionalQuotedString, eatAndGetQuotedString, eatAndGetSpaces, eatAndGetVarname, eatDeclareFunction, eatDeclareProcedure, eatDeclareReturnFunctionWithOptionalReturn, eatExpression, eatExpressionStopAtColon, eatOneChar, eatTokenStack, getCurrentPosition, getLineLocation, hasNextChar, matchAffectation, optionallyEatChar, peekChar, peekCharN2, safeCheckAndEatChar, skipSpaces, skipUntilChar
-
-
-
-
Constructor Detail
-
EaterFunctionCall
public EaterFunctionCall(StringLocated s, boolean isLegacyDefine, boolean unquoted)
-
-
Method Detail
-
analyze
public void analyze(TContext context, TMemory memory) throws EaterException, EaterExceptionLocated
- Specified by:
analyzein classEater- Throws:
EaterExceptionEaterExceptionLocated
-
getEndOfLine
public final String getEndOfLine() throws EaterException
- Throws:
EaterException
-
-