MethodInvocation: [ Expression . ] Identifier ( [ Expression { , Expression } ] )For JLS3, type arguments are added:
MethodInvocation: [ Expression . ] [ < Type { , Type } > ] Identifier ( [ Expression { , Expression } ] )@since 2.0 @noinstantiate This class is not intended to be instantiated by clients.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|