Home
last modified time | relevance | path

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

/external/antlr/tool/src/main/java/org/antlr/tool/
DAttributeScope.java75 public boolean isParameterScope; field in AttributeScope
100 if ( isParameterScope ) { in getName()
DGrammar.java1783 scope.isParameterScope = true; in createParameterScope()
/external/antlr/tool/src/main/antlr3/org/antlr/grammar/v3/
DActionTranslator.g151 if ( scope!=null && !scope.isParameterScope ) {
216 else if ( scope.isParameterScope ) {
256 else if ( scope.isParameterScope ) {
399 else if ( scope.isParameterScope ) {
510 else if ( scope.isParameterScope ) {
540 else if ( scope.isParameterScope ) {
/external/antlr/tool/src/main/java/org/antlr/codegen/
DCodeGenerator.java1173 else if ( scope.isParameterScope ) { in issueInvalidAttributeError()