Searched defs:ruleScope (Results 1 - 3 of 3) sorted by relevance

/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DRule.java74 public AttributeScope ruleScope; field in class:Rule
373 if ( ruleScope!=null && ruleScope.getAttribute(name)!=null ) {
374 scope = ruleScope;
/external/srec/tools/grxmlcompile/
H A Dgrxmldoc.cpp447 std::string ruleScope = GETATTR("scope" ); local
448 if ( !ruleScope.empty() ) {
449 m_RuleScope.insert(index, ruleScope);
/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 174 milliseconds