Package | Description |
---|---|
com.asakusafw.utils.java.model.util |
Utilities for Java DOM building/emitting.
|
Modifier and Type | Method and Description |
---|---|
AttributeBuilder |
AttributeBuilder.Abstract()
Appends
abstract modifier to this builder. |
AttributeBuilder |
AttributeBuilder.annotation(Annotation annotation)
Appends the annotation to the builder.
|
AttributeBuilder |
AttributeBuilder.annotation(Type type)
Appends the annotation to the builder.
|
AttributeBuilder |
AttributeBuilder.annotation(Type type)
Appends the marker annotation to the builder.
|
AttributeBuilder |
AttributeBuilder.annotation(Type type,
Expression value)
Appends the single element annotation to the builder.
|
AttributeBuilder |
AttributeBuilder.annotation(Type type,
Expression value)
Appends the single element annotation to the builder.
|
AttributeBuilder |
AttributeBuilder.annotation(Type type,
Map<? extends String,? extends Expression> elements)
Adds the specified annotation.
|
AttributeBuilder |
AttributeBuilder.annotation(Type type,
String elementName,
Expression elementValue)
Appends the annotation to the builder.
|
AttributeBuilder |
AttributeBuilder.annotation(Type type,
String elementName1,
Expression elementValue1,
String elementName2,
Expression elementValue2)
Appends the annotation to the builder.
|
AttributeBuilder |
AttributeBuilder.annotation(Type type,
String elementName1,
Expression elementValue1,
String elementName2,
Expression elementValue2,
String elementName3,
Expression elementValue3)
Appends the annotation to the builder.
|
AttributeBuilder |
AttributeBuilder.annotation(Type type,
String elementName1,
Expression elementValue1,
String elementName2,
Expression elementValue2,
String elementName3,
Expression elementValue3,
String elementName4,
Expression elementValue4)
Appends the annotation to the builder.
|
AttributeBuilder |
AttributeBuilder.annotation(Type type,
String elementName1,
Expression elementValue1,
String elementName2,
Expression elementValue2,
String elementName3,
Expression elementValue3,
String elementName4,
Expression elementValue4,
String elementName5,
Expression elementValue5)
Appends the annotation to the builder.
|
AttributeBuilder |
AttributeBuilder.copy()
Returns a copy of this builder.
|
AttributeBuilder |
AttributeBuilder.Default()
Appends
default modifier to this builder. |
AttributeBuilder |
AttributeBuilder.Final()
Appends
final modifier to this builder. |
AttributeBuilder |
AttributeBuilder.modifier(ModifierKind modifier)
Appends the modifier to this builder.
|
AttributeBuilder |
AttributeBuilder.Native()
Appends
native modifier to this builder. |
AttributeBuilder |
AttributeBuilder.Private()
Appends
private modifier to this builder. |
AttributeBuilder |
AttributeBuilder.Protected()
Appends
protected modifier to this builder. |
AttributeBuilder |
AttributeBuilder.Public()
Appends
public modifier to this builder. |
AttributeBuilder |
AttributeBuilder.Static()
Appends
static modifier to this builder. |
AttributeBuilder |
AttributeBuilder.Strictfp()
Appends
strictfp modifier to this builder. |
AttributeBuilder |
AttributeBuilder.Synchronized()
Appends
synchronized modifier to this builder. |
AttributeBuilder |
AttributeBuilder.Transient()
Appends
transient modifier to this builder. |
AttributeBuilder |
AttributeBuilder.Volatile()
Appends
volatile modifier to this builder. |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.