interface |
AnnotationModifier<T extends AnnotationModifier<T>> |
|
interface |
ClassModifier<T extends ClassModifier<T>> |
|
interface |
ConstructorModifier<T extends ConstructorModifier<T>> |
|
interface |
EnumModifier<T extends EnumModifier<T>> |
Composed trait of all the modifiers that can be added to
an Enum.
|
interface |
FieldModifier<T extends FieldModifier<T>> |
|
interface |
ImportModifier<T extends ImportModifier<T>> |
|
interface |
InitalizerModifier<T extends InitalizerModifier<T>> |
|
interface |
InterfaceFieldModifier<T extends InterfaceFieldModifier<T>> |
|
interface |
InterfaceMethodModifier<T extends InterfaceMethodModifier<T>> |
|
interface |
InterfaceModifier<T extends InterfaceModifier<T>> |
|
(package private) static interface |
com.speedment.common.codegen.model.modifier.Keyword.Abstract<T extends com.speedment.common.codegen.model.modifier.Keyword.Abstract<T>> |
Specialization of the HasModifiers-trait that adds methods for
adding and removing the particular keyword.
|
(package private) static interface |
com.speedment.common.codegen.model.modifier.Keyword.Default<T extends com.speedment.common.codegen.model.modifier.Keyword.Default<T>> |
Specialization of the HasModifiers-trait that adds methods for
adding and removing the particular keyword.
|
(package private) static interface |
com.speedment.common.codegen.model.modifier.Keyword.Final<T extends com.speedment.common.codegen.model.modifier.Keyword.Final<T>> |
Specialization of the HasModifiers-trait that adds methods for
adding and removing the particular keyword.
|
(package private) static interface |
com.speedment.common.codegen.model.modifier.Keyword.Native<T extends com.speedment.common.codegen.model.modifier.Keyword.Native<T>> |
Specialization of the HasModifiers-trait that adds methods for
adding and removing the particular keyword.
|
(package private) static interface |
com.speedment.common.codegen.model.modifier.Keyword.Private<T extends com.speedment.common.codegen.model.modifier.Keyword.Private<T>> |
Specialization of the HasModifiers-trait that adds methods for
adding and removing the particular keyword.
|
(package private) static interface |
com.speedment.common.codegen.model.modifier.Keyword.Protected<T extends com.speedment.common.codegen.model.modifier.Keyword.Protected<T>> |
Specialization of the HasModifiers-trait that adds methods for
adding and removing the particular keyword.
|
(package private) static interface |
com.speedment.common.codegen.model.modifier.Keyword.Public<T extends com.speedment.common.codegen.model.modifier.Keyword.Public<T>> |
Specialization of the HasModifiers-trait that adds methods for
adding and removing the particular keyword.
|
(package private) static interface |
com.speedment.common.codegen.model.modifier.Keyword.Static<T extends com.speedment.common.codegen.model.modifier.Keyword.Static<T>> |
Specialization of the HasModifiers-trait that adds methods for
adding and removing the particular keyword.
|
(package private) static interface |
com.speedment.common.codegen.model.modifier.Keyword.Strictfp<T extends com.speedment.common.codegen.model.modifier.Keyword.Strictfp<T>> |
Specialization of the HasModifiers-trait that adds methods for
adding and removing the particular keyword.
|
(package private) static interface |
com.speedment.common.codegen.model.modifier.Keyword.Synchronized<T extends com.speedment.common.codegen.model.modifier.Keyword.Synchronized<T>> |
Specialization of the HasModifiers-trait that adds methods for
adding and removing the particular keyword.
|
(package private) static interface |
com.speedment.common.codegen.model.modifier.Keyword.Transient<T extends com.speedment.common.codegen.model.modifier.Keyword.Transient<T>> |
Specialization of the HasModifiers-trait that adds methods for
adding and removing the particular keyword.
|
(package private) static interface |
com.speedment.common.codegen.model.modifier.Keyword.Volatile<T extends com.speedment.common.codegen.model.modifier.Keyword.Volatile<T>> |
Specialization of the HasModifiers-trait that adds methods for
adding and removing the particular keyword.
|
interface |
MethodModifier<T extends MethodModifier<T>> |
|