Struct genco::java::Constructor [] [src]

pub struct Constructor<'el> {
    pub modifiers: Vec<Modifier>,
    pub arguments: Vec<Argument<'el>>,
    pub body: Tokens<'el, Java<'el>>,
    // some fields omitted
}

Model for Java Constructors.

Fields

Constructor modifiers.

Arguments for the constructor.

Body of the constructor.

Methods

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

[src]

Build a new empty constructor.

[src]

Push an annotation.

Trait Implementations

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

[src]

Formats the value using the given formatter. Read more

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl<'el> !Send for Constructor<'el>

impl<'el> !Sync for Constructor<'el>