Enum xswag_syntax_java::ast::item::TypeDef [] [src]

pub enum TypeDef {
    NormalClass(Class),
    NormalInterface(Interface),
}

Represents a Java type

Variants

A Java class, defined with class

A Java interface, defined with interface

Trait Implementations

impl Debug for TypeDef
[src]

Formats the value using the given formatter.

impl Clone for TypeDef
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl ItemExt for TypeDef
[src]

identifier of the item, if any