Re: Unfamiliar with initializer




"Tom Hawtin" <usenet@xxxxxxxxxxxxxxxxx> wrote in message
news:462e9c13$0$8729$ed2619ec@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Charles Hottel wrote:
One of the Java Puzzles has the following statement which use an elipsis
in a way in which I have not seen before:

private staic Class engineClass = ...;

That's not Java syntax. It appears to be indicating that some code
unimportant to the example has been elided. A normal English usage of the
elipsis...

Tom Hawtin

Ok, thanks. I thought that might be the case but seeing the semicolon made
me think it was something special with regards to the Class class which I
have had very little experience with so far.


.



Relevant Pages

  • Re: Unfamiliar with initializer
    ... private staic Class engineClass = ...; ... That's not Java syntax. ... It appears to be indicating that some code unimportant to the example has been elided. ...
    (comp.lang.java.help)
  • Unfamiliar with initializer
    ... One of the Java Puzzles has the following statement which use an elipsis in ... private staic Class engineClass = ...; ...
    (comp.lang.java.help)