[java] Rename ASTClassOrInterfaceBody to ASTClassBody
This commit is contained in:
@ -1373,7 +1373,7 @@ void TypeParameter():
|
||||
<IDENTIFIER> {setLastTokenImage(jjtThis);} [ "extends" IntersectionType() ]
|
||||
}
|
||||
|
||||
void ClassOrInterfaceBody():
|
||||
void ClassOrInterfaceBody() #ClassBody:
|
||||
{}
|
||||
{
|
||||
"{" { tokenContexts.push(TokenContext.BLOCK); }
|
||||
|
Reference in New Issue
Block a user