com.cedarsoft.codegen.model
Class FieldInitializedInConstructorInfo

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

public class FieldInitializedInConstructorInfo
extends DefaultFieldDeclarationInfo
implements FieldWithInitializationInfo


Field Summary
 
Fields inherited from class com.cedarsoft.codegen.model.DefaultFieldDeclarationInfo
fieldDeclaration, getterDeclaration
 
Constructor Summary
FieldInitializedInConstructorInfo(com.sun.mirror.declaration.FieldDeclaration fieldDeclaration, com.sun.mirror.declaration.MethodDeclaration getterDeclaration, ConstructorCallInfo constructorCallInfo)
           
 
Method Summary
 ConstructorCallInfo getConstructorCallInfo()
           
 String toString()
           
 
Methods inherited from class com.cedarsoft.codegen.model.DefaultFieldDeclarationInfo
getFieldDeclaration, getGetterDeclaration, getSimpleName
 
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

FieldInitializedInConstructorInfo

public FieldInitializedInConstructorInfo(@NotNull
                                         com.sun.mirror.declaration.FieldDeclaration fieldDeclaration,
                                         @NotNull
                                         com.sun.mirror.declaration.MethodDeclaration getterDeclaration,
                                         @NotNull
                                         ConstructorCallInfo constructorCallInfo)
Method Detail

getConstructorCallInfo

@NotNull
public ConstructorCallInfo getConstructorCallInfo()

toString

public String toString()
Overrides:
toString in class DefaultFieldDeclarationInfo


Copyright © 2010 cedarsoft GmbH. All Rights Reserved.