Home
last modified time | relevance | path

Searched refs:isReturnScope (Results 1 – 2 of 2) sorted by relevance

/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DAttributeScope.java76 public boolean isReturnScope; field in AttributeScope
102 else if ( isReturnScope ) { in getName()
126 if ( !isReturnScope && attr.initValue!=null ) { in addAttributes()
DGrammar.java1730 scope.isReturnScope = true; in createReturnScope()