Uses of Interface
com.speedment.common.codegen.model.modifier.InterfaceMethodModifier
-
Packages that use InterfaceMethodModifier Package Description com.speedment.common.codegen.model Models for typical object-oriented language building blocks are located in this package.com.speedment.common.codegen.model.modifier Implementations of theModifierinterface that represent the modifier keywords of the java language is located in this package. -
-
Uses of InterfaceMethodModifier in com.speedment.common.codegen.model
Subinterfaces of InterfaceMethodModifier in com.speedment.common.codegen.model Modifier and Type Interface Description interfaceInterfaceMethodA model that represents a method of an interface in code. -
Uses of InterfaceMethodModifier in com.speedment.common.codegen.model.modifier
Classes in com.speedment.common.codegen.model.modifier with type parameters of type InterfaceMethodModifier Modifier and Type Interface Description interfaceInterfaceMethodModifier<T extends InterfaceMethodModifier<T>>Composed trait of all themodifiersthat can be added to anInterfaceMethod.
-