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