| Modifier and Type | Method and Description |
|---|---|
List<Field> |
AbstractFtlTemplate.getFields() |
List<Field> |
FtlTemplate.getFields() |
| Constructor and Description |
|---|
AbstractFactoryTemplate(Header header,
String packageName,
String abstractFactoryName,
List<Field> fields) |
AbstractFtlTemplate(Header header,
String packageName,
List<Field> fields,
List<? extends Method> methods,
TypeDeclaration typeDeclaration) |
GeneralClassTemplate(Header header,
String packageName,
String name,
List<String> extendedClasses,
List<String> implementedIfcs,
List<Field> fields,
List<MethodDefinition> methods) |
GeneralClassTemplate(Header header,
String packageName,
String name,
List<String> extendedClasses,
List<String> implementedIfcs,
List<Field> fields,
List<MethodDefinition> methods,
boolean isAbstract,
boolean isFinal,
List<Constructor> constructors) |
| Modifier and Type | Class and Description |
|---|---|
class |
IdentityRefModuleField |
class |
ModuleField |
| Modifier and Type | Method and Description |
|---|---|
List<Field> |
MethodDefinition.getParameters() |
List<Field> |
Method.getParameters() |
List<Field> |
MethodDeclaration.getParameters() |
| Modifier and Type | Method and Description |
|---|---|
static String |
FieldSerializer.toString(Field field) |
| Modifier and Type | Method and Description |
|---|---|
static MethodDefinition |
MethodDefinition.createConstructor(String name,
List<Field> parameters,
String body) |
| Constructor and Description |
|---|
MethodDeclaration(String returnType,
String name,
List<Field> parameters) |
MethodDeclaration(String returnType,
String name,
List<Field> parameters,
List<Annotation> annotations) |
MethodDefinition(List<String> modifiers,
String returnType,
String name,
List<Field> parameters,
List<String> throwsExceptions,
List<Annotation> annotations,
String body) |
MethodDefinition(String returnType,
String name,
List<Field> parameters,
List<Annotation> annotations,
String body) |
MethodDefinition(String returnType,
String name,
List<Field> parameters,
String body) |
| Modifier and Type | Method and Description |
|---|---|
GeneratedObject |
AbsFactoryGeneratedObjectFactory.toGeneratedObject(FullyQualifiedName absFactoryFQN,
com.google.common.base.Optional<String> copyright,
com.google.common.base.Optional<String> header,
com.google.common.base.Optional<String> classJavaDoc,
org.opendaylight.yangtools.yang.common.QName yangModuleQName,
String globallyUniqueName,
List<FullyQualifiedName> providedServices,
FullyQualifiedName moduleFQN,
List<Field> moduleFields) |
Copyright © 2015. All Rights Reserved.