Searched refs:altAssociativity (Results 1 – 1 of 1) sorted by relevance
31 public Map<Integer, ASSOC> altAssociativity = new HashMap<Integer, ASSOC>(); field in LeftRecursiveRuleAnalyzer77 if ( altAssociativity.get(alt)!=null && altAssociativity.get(alt)!=assoc ) { in setTokenPrec()80 altAssociativity.put(alt, assoc); in setTokenPrec()316 if ( altAssociativity.get(alt)==ASSOC.left ) p++; in nextPrecedence()