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