ALTER JAVA { SOURCE | CLASS } [schema .] object_name 
[RESOLVER 
 ( ( match_string [,] { schema_name | - } ) 
   [( match_string [,] { schema_name | - } )]... 
 ) 
]
{ { COMPILE | RESOLVE }
| invoker_rights_clause
}
;

For information on the symbols and conventions of Backus-Naur Form (BNF) syntax, see Appendix A.