public class EaterTheme extends Eater
| Constructor and Description |
|---|
EaterTheme(StringLocated s,
ImportedFiles importedFiles) |
| Modifier and Type | Method and Description |
|---|---|
void |
analyze(TContext context,
TMemory memory) |
java.lang.String |
getName() |
ReadLine |
getTheme() |
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 EaterTheme(StringLocated s, ImportedFiles importedFiles)
public void analyze(TContext context, TMemory memory) throws EaterException
analyze in class EaterEaterExceptionpublic final ReadLine getTheme() throws EaterException
EaterExceptionpublic java.lang.String getName()