Searched refs:tokenScope (Results 1 – 3 of 3) sorted by relevance
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
D | AttributeScope.java | 48 public static AttributeScope tokenScope = new AttributeScope("Token",null); field in AttributeScope 50 tokenScope.addAttribute("text", null); 51 tokenScope.addAttribute("type", null); 52 tokenScope.addAttribute("line", null); 53 tokenScope.addAttribute("index", null); 54 tokenScope.addAttribute("pos", null); 55 tokenScope.addAttribute("channel", null); 56 tokenScope.addAttribute("tree", null); 57 tokenScope.addAttribute("int", null);
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/ |
D | Perl5Target.java | 40 AttributeScope.tokenScope.addAttribute("self", null); in Perl5Target()
|
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/ |
D | ActionTranslator.g | 273 AttributeScope.tokenScope.getAttribute($y.text)!=null}? 291 AttributeScope.tokenScope.getAttribute($y.text)!=null && 312 st.add("attr", AttributeScope.tokenScope.getAttribute($y.text));
|