Home
last modified time | relevance | path

Searched refs:isParameterScope (Results 1 – 4 of 4) sorted by relevance

/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DAttributeScope.java74 public boolean isParameterScope; field in AttributeScope
99 if ( isParameterScope ) { in getName()
DGrammar.java1742 scope.isParameterScope = true; in createParameterScope()
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
DActionTranslator.g150 if ( scope!=null && !scope.isParameterScope ) {
215 else if ( scope.isParameterScope ) {
255 else if ( scope.isParameterScope ) {
398 else if ( scope.isParameterScope ) {
509 else if ( scope.isParameterScope ) {
539 else if ( scope.isParameterScope ) {
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
DCodeGenerator.java1143 else if ( scope.isParameterScope ) { in issueInvalidAttributeError()