com.cedarsoft.codegen.model
Class FieldNotInitializationInfo

java.lang.Object
  extended by com.cedarsoft.codegen.model.DefaultFieldTypeInformation
      extended by com.cedarsoft.codegen.model.DefaultFieldDeclarationInfo
          extended by com.cedarsoft.codegen.model.FieldNotInitializationInfo
All Implemented Interfaces:
FieldDeclarationInfo, FieldInfo, FieldTypeInformation, FieldWithInitializationInfo

public class FieldNotInitializationInfo
extends DefaultFieldDeclarationInfo
implements FieldWithInitializationInfo


Field Summary
 
Fields inherited from class com.cedarsoft.codegen.model.DefaultFieldDeclarationInfo
fieldDeclaration, getterDeclaration
 
Constructor Summary
FieldNotInitializationInfo(com.sun.mirror.declaration.FieldDeclaration fieldDeclaration, com.sun.mirror.declaration.MethodDeclaration getterDeclaration)
           
 
Method Summary
 
Methods inherited from class com.cedarsoft.codegen.model.DefaultFieldDeclarationInfo
getFieldDeclaration, getGetterDeclaration, getSimpleName, toString
 
Methods inherited from class com.cedarsoft.codegen.model.DefaultFieldTypeInformation
getCollectionParam, getType, getTypeMirror, isCollectionType, isType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.cedarsoft.codegen.model.FieldDeclarationInfo
getFieldDeclaration, getGetterDeclaration
 
Methods inherited from interface com.cedarsoft.codegen.model.FieldTypeInformation
getCollectionParam, getType, isCollectionType, isType
 
Methods inherited from interface com.cedarsoft.codegen.model.FieldInfo
getSimpleName
 

Constructor Detail

FieldNotInitializationInfo

public FieldNotInitializationInfo(@NotNull
                                  com.sun.mirror.declaration.FieldDeclaration fieldDeclaration,
                                  @NotNull
                                  com.sun.mirror.declaration.MethodDeclaration getterDeclaration)


Copyright © 2010 cedarsoft GmbH. All Rights Reserved.