public class StandardStructuredParser extends StructuredParser
for, while, if structures,
sequences of expressions and blocks using { ... }, break and continue statements
and a print statement.
for(i=0;i<10;i=i+1) {
if(x % 2 ==0 ) x=x+i;
}| Constructor and Description |
|---|
StandardStructuredParser() |
getStructuredRules, setStructuredRulesaddArrayAccessMatcher, addBracketMatcher, addDoubleQuoteStrings, addExponentNumbers, addFunctionMatcher, addGrammarMatcher, addHashComments, addIdentifiers, addListMatcher, addListOrBracketMatcher, addOperatorTokenMatcher, addSemiColonTerminator, addSimpleNumbers, addSingleQuoteStrings, addSlashComments, addSymbols, addTokenFilter, addTokenMatcher, addWhiteSpace, addWhiteSpaceCommentFilter, continueParse, filter, getGrammarMatchers, getGrammarParserFactory, getJep, getLightWeightInstance, getOperatorTokenMatcher, getSymbolToken, getSymbolTokenMatcher, getTokenFilters, getTokenizerFactory, getTokenMatchers, init, parse, parse, restart, scan, scan, setGrammarParserFactory, setImplicitMultiplicationSymbols, setTokenizerFactoryCopyright © 2018 Singular Systems http://www.singularsys.com/jep