Re: Unfamiliar with initializer



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
.



Relevant Pages

  • Re: Unfamiliar with initializer
    ... private staic Class engineClass = ...; ... That's not Java syntax. ... It appears to be indicating that some code ...
    (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)