Searched refs:getBlockOption (Results 1 – 6 of 6) sorted by relevance
236 public Object getBlockOption(String key) { in getBlockOption() method in GrammarAST
2544 public Object getBlockOption(GrammarAST blockAST, String key) { in getBlockOption() method in Grammar2545 String v = (String)blockAST.getBlockOption(key); in getBlockOption()2558 Object k = blockAST.getBlockOption("k"); in getUserMaxLookahead()2579 (String)getBlockOption(decisionNFAStartState.associatedASTNode, "backtrack"); in getAutoBacktrackMode()
449 String greedyS = (String)blockAST.getBlockOption("greedy"); in issueWarnings()
1064 Object v = nfa.grammar.getBlockOption(blockAST,"greedy");
331 String autoBacktrack = (String)grammar.getBlockOption( currentBlockAST, "backtrack" );
467 String memo = (String)grammar.getBlockOption($start,"memoize");