public class StringEater extends Eater
| Constructor and Description |
|---|
StringEater(java.lang.String s) |
| Modifier and Type | Method and Description |
|---|---|
void |
analyze(TContext context,
TMemory memory) |
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 void analyze(TContext context, TMemory memory) throws EaterException
analyze in class EaterEaterException