match( BOR_ASSIGN );
break;
}
default :
{
throw new NoViableAltException( LT( 1 ),
getFilename() );
}
}
}
assignmentExpression();
astFactory.addASTChild( currentAST,
returnAST );
break;
}
case RCURLY :
case RPAREN :
case SEMI :
case RBRACK :
case COMMA :
case COLON :
{
break;
}
default :
{
throw new NoViableAltException( LT( 1 ),
getFilename() );
}
}
}
assignmentExpression_AST = (AST) currentAST.root;