public class EaterForeach extends Eater
Constructor and Description |
---|
EaterForeach(StringLocated s) |
Modifier and Type | Method and Description |
---|---|
void |
analyze(TContext context,
TMemory memory) |
JsonArray |
getJsonArray() |
java.lang.String |
getVarname() |
boolean |
isSkip() |
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, skipUntilChar
public EaterForeach(StringLocated s)
public void analyze(TContext context, TMemory memory) throws EaterException
analyze
in class Eater
EaterException
public boolean isSkip()
public final java.lang.String getVarname()
public final JsonArray getJsonArray()