Small change
This commit is contained in:
parent
d4ded3572d
commit
fc70f99e73
@ -117,8 +117,8 @@ WILDCARDTYPE : 'wildcardtype';
|
|||||||
SUPERWILDCARDTYPE : 'superwildcardtype';
|
SUPERWILDCARDTYPE : 'superwildcardtype';
|
||||||
TYPEPLACEHOLDER : 'typeplaceholder';
|
TYPEPLACEHOLDER : 'typeplaceholder';
|
||||||
GENERICREFTYPE : 'genericreftype';
|
GENERICREFTYPE : 'genericreftype';
|
||||||
THIS : 'this()';
|
THIS : 'this';
|
||||||
SUPER : 'super()';
|
SUPER : 'super';
|
||||||
FIELDVAR : 'fieldvar';
|
FIELDVAR : 'fieldvar';
|
||||||
NEWARRAY : 'new ArrayList<>()';
|
NEWARRAY : 'new ArrayList<>()';
|
||||||
LITERAL : 'literal';
|
LITERAL : 'literal';
|
||||||
@ -138,8 +138,8 @@ LOCALVAR : 'localvar';
|
|||||||
RETURN : 'return';
|
RETURN : 'return';
|
||||||
RETURNVOID : 'return void';
|
RETURNVOID : 'return void';
|
||||||
METHODCALL : 'methodcall';
|
METHODCALL : 'methodcall';
|
||||||
THISCALL : 'this';
|
THISCALL : 'this()';
|
||||||
SUPERCALL : 'super';
|
SUPERCALL : 'super()';
|
||||||
NEWCLASS : 'newclass';
|
NEWCLASS : 'newclass';
|
||||||
UNARYEXPR : ('+' | '-' | '++' | '--' | '!');
|
UNARYEXPR : ('+' | '-' | '++' | '--' | '!');
|
||||||
CLASSNAME : UPPERCASE ( LOWERCASE | UPPERCASE)*;
|
CLASSNAME : UPPERCASE ( LOWERCASE | UPPERCASE)*;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user