Struct genco::java::Argument [] [src]

pub struct Argument<'el> {
    pub modifiers: Vec<Modifier>,
    // some fields omitted
}

Model for Java Arguments to functions.

Fields

Modifiers for argument.

Methods

impl<'el> Argument<'el>
[src]

[src]

Build a new empty argument.

[src]

Push an annotation.

[src]

Get the variable of the argument.

Trait Implementations

impl<'el> Debug for Argument<'el>
[src]

[src]

Formats the value using the given formatter.

impl<'el> Clone for Argument<'el>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'el> IntoTokens<'el, Java<'el>> for Argument<'el>
[src]

[src]

Convert the type into tokens.