Searched refs:getBlockOption (Results 1 – 6 of 6) sorted by relevance
233 public Object getBlockOption(String key) { in getBlockOption() method in GrammarAST
2588 public Object getBlockOption(GrammarAST blockAST, String key) { in getBlockOption() method in Grammar2589 String v = (String)blockAST.getBlockOption(key); in getBlockOption()2602 Object k = blockAST.getBlockOption("k"); in getUserMaxLookahead()2623 (String)getBlockOption(decisionNFAStartState.associatedASTNode, "backtrack"); in getAutoBacktrackMode()
446 String greedyS = (String)blockAST.getBlockOption("greedy"); in issueWarnings()
1063 Object v = nfa.grammar.getBlockOption(blockAST,"greedy");
347 String autoBacktrack = (String)grammar.getBlockOption( currentBlockAST, "backtrack" );
468 String memo = (String)grammar.getBlockOption($start,"memoize");