OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tokenScope
(Results
1 - 2
of
2
) sorted by null
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
AttributeScope.java
48
public static AttributeScope
tokenScope
= new AttributeScope("Token",null);
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/
antlr-3.4-complete.jar
Completed in 98 milliseconds