Searched refs:greedyS (Results 1 – 1 of 1) sorted by relevance
449 String greedyS = (String)blockAST.getBlockOption("greedy"); in issueWarnings() local450 if ( greedyS!=null && greedyS.equals("true") ) explicitlyGreedy = true; in issueWarnings()