public class EaterWhile extends Eater
Constructor and Description |
---|
EaterWhile(StringLocated s) |
Modifier and Type | Method and Description |
---|---|
void |
analyze(TContext context,
TMemory memory) |
TokenStack |
getWhileExpression() |
addIntoTokenStack, addUpTo, addUpToLastLetterOrUnderscoreOrDigit, checkAndEatChar, checkAndEatChar, eatAllToEnd, eatAndGetFunctionName, eatAndGetNumber, eatAndGetOptionalQuotedString, eatAndGetQuotedString, eatAndGetSpaces, eatAndGetVarname, eatDeclareFunction, eatDeclareProcedure, eatDeclareReturnFunctionWithOptionalReturn, eatExpression, eatExpressionStopAtColon, eatOneChar, eatTokenStack, getCurrentPosition, getLineLocation, hasNextChar, optionallyEatChar, peekChar, peekCharN2, safeCheckAndEatChar, skipSpaces, skipUntilChar
public EaterWhile(StringLocated s)
public void analyze(TContext context, TMemory memory) throws EaterException
analyze
in class Eater
EaterException
public final TokenStack getWhileExpression()
Copyright © 2020. All Rights Reserved.