modifiers class simpleName typeParameters extends extendsClause implements implementsClause { members }
Modifier and Type | Method and Description |
---|---|
public Tree | Returns: the supertypeReturns the supertype of this type declaration,
or |
public List | Returns: the interfacesReturns the interfaces implemented by this type declaration. |
public List | |
public ModifiersTree | Returns: the modifiersReturns the modifiers, including any annotations, for this type declaration. |
public default List | |
public Name | |
public List | Returns: the type parametersReturns any type parameters of this type declaration. |
getExtendsClause | back to summary |
---|---|
public Tree getExtendsClause() Returns the supertype of this type declaration,
or
|
getImplementsClause | back to summary |
---|---|
public List Returns the interfaces implemented by this type declaration. |
getMembers | back to summary |
---|---|
public List Returns the members declared in this type declaration. |
getModifiers | back to summary |
---|---|
public ModifiersTree getModifiers() Returns the modifiers, including any annotations, for this type declaration.
|
getPermitsClause | back to summary |
---|---|
public default List Returns the subclasses permitted by this type declaration. Implementation Specification this implementation returns an empty list |
getSimpleName | back to summary |
---|---|
public Name getSimpleName() Returns the simple name of this type declaration.
|
getTypeParameters | back to summary |
---|---|
public List Returns any type parameters of this type declaration.
|