Searched defs:tokenScope (Results 1 - 2 of 2) sorted by relevance

/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DAttributeScope.java48 public static AttributeScope tokenScope = new AttributeScope("Token",null); field in class: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/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 124 milliseconds