Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Identifier & Qualified Name

 

Namespace

 

Java-Code

...

Code Block
titleGrammar
GPLCode                ::= "$*" GPL Code "*$"
Code Block
titleExample
$*
public static void main(String[] args) {
         
}
*$

Comments

Code Block
titleGrammar
SingeLineComment        ::= "//" Text (("\r")? "\n")?.
MultiLineComment        ::= "/*" Text "*/".

...