public class EaterFunctionCall extends Eater
| Constructor and Description |
|---|
EaterFunctionCall(StringLocated s,
boolean isLegacyDefine,
boolean unquoted) |
| Modifier and Type | Method and Description |
|---|---|
void |
analyze(TContext context,
TMemory memory) |
java.lang.String |
getEndOfLine() |
java.util.Map<java.lang.String,TValue> |
getNamedArguments() |
java.util.List<TValue> |
getValues() |
addIntoTokenStack, addUpTo, addUpToLastLetterOrUnderscoreOrDigit, checkAndEatChar, checkAndEatChar, eatAllToEnd, eatAndGetFunctionName, eatAndGetNumber, eatAndGetOptionalQuotedString, eatAndGetQuotedString, eatAndGetSpaces, eatAndGetVarname, eatDeclareFunction, eatDeclareProcedure, eatDeclareReturnFunctionWithOptionalReturn, eatExpression, eatExpressionStopAtColon, eatOneChar, eatTokenStack, getCurrentPosition, getLineLocation, getStringLocated, hasNextChar, matchAffectation, optionallyEatChar, peekChar, peekCharN2, safeCheckAndEatChar, skipSpaces, skipUntilCharpublic EaterFunctionCall(StringLocated s, boolean isLegacyDefine, boolean unquoted)
public void analyze(TContext context, TMemory memory) throws EaterException
analyze in class EaterEaterExceptionpublic final java.util.List<TValue> getValues()
public final java.util.Map<java.lang.String,TValue> getNamedArguments()
public final java.lang.String getEndOfLine()
throws EaterException
EaterException