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, hasNextChar, matchAffectation, optionallyEatChar, peekChar, peekCharN2, safeCheckAndEatChar, skipSpaces, skipUntilChar
public EaterFunctionCall(StringLocated s, boolean isLegacyDefine, boolean unquoted)
public void analyze(TContext context, TMemory memory) throws EaterException, EaterExceptionLocated
analyze
in class Eater
EaterException
EaterExceptionLocated
public 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