public class EaterDeclareReturnFunction extends Eater
Constructor and Description |
---|
EaterDeclareReturnFunction(StringLocated s) |
Modifier and Type | Method and Description |
---|---|
void |
analyze(TContext context,
TMemory memory) |
boolean |
getFinalFlag() |
TFunctionImpl |
getFunction() |
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 EaterDeclareReturnFunction(StringLocated s)
public void analyze(TContext context, TMemory memory) throws EaterException, EaterExceptionLocated
analyze
in class Eater
EaterException
EaterExceptionLocated
public TFunctionImpl getFunction()
public final boolean getFinalFlag()