Class

 

Interface

 

Statements

 

Expressions

 

Metadata

 

Literals

 

Identifier & Qualified Name

 

Namespace

 

Java-Code

 

Comments

 

SingeLineComment        ::= "//" Text (("\r")? "\n")?.
MultiLineComment        ::= "/*" Text "*/".
// This is a single line comment

/*
 * This is a multi line comment
 */