Home
last modified time | relevance | path

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

/external/antlr/tool/src/main/java/org/antlr/tool/
DAttributeScope.java77 public boolean isReturnScope; field in AttributeScope
103 else if ( isReturnScope ) { in getName()
127 if ( !isReturnScope && attr.initValue!=null ) { in addAttributes()
DGrammar.java1771 scope.isReturnScope = true; in createReturnScope()