Trait xswag_syntax_java::ast::item::ItemExt [] [src]

pub trait ItemExt {
    fn vis(&self) -> Visibility;

    fn ident(&self) -> Option<&Ident> { ... }
    fn static_(&self) -> Option<bool> { ... }
}

This trait provides generic access to several properties of items

Required Methods

Provided Methods

identifier of the item, if any

Implementors