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

pub enum BlockStatement {
    LocalVariableDecl {
        final_: bool,
        ty: Type,
        vars: Vec<VariableDeclarator>,
    },
    Statement(Statement),
}

Variants

Fields of LocalVariableDecl

Trait Implementations

impl Clone for BlockStatement
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for BlockStatement
[src]

Formats the value using the given formatter.