Enum xswag_syntax_java::ast::block::MethodInvocationType [] [src]

pub enum MethodInvocationType {
    SimpleName(Ident),
    SimplePath(Path),
    Expr(Box<Expr>, Ident),
}

Variants

Trait Implementations

impl Clone for MethodInvocationType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for MethodInvocationType
[src]

Formats the value using the given formatter.