Uses of Interface
com.cedarsoft.codegen.model.FieldTypeInformation

Packages that use FieldTypeInformation
com.cedarsoft.codegen   
com.cedarsoft.codegen.model   
 

Uses of FieldTypeInformation in com.cedarsoft.codegen
 

Methods in com.cedarsoft.codegen with parameters of type FieldTypeInformation
 com.sun.codemodel.JExpression ParseExpressionFactory.createParseExpression(com.sun.codemodel.JExpression varAsString, FieldTypeInformation fieldInfo)
           
 com.sun.codemodel.JExpression ParseExpressionFactory.createToStringExpression(com.sun.codemodel.JInvocation getterInvocation, FieldTypeInformation fieldInfo)
           
 

Uses of FieldTypeInformation in com.cedarsoft.codegen.model
 

Subinterfaces of FieldTypeInformation in com.cedarsoft.codegen.model
 interface FieldDeclarationInfo
          Contains informations about a field and its initialization
 interface FieldWithInitializationInfo
           
 

Classes in com.cedarsoft.codegen.model that implement FieldTypeInformation
 class DefaultFieldDeclarationInfo
           
 class DefaultFieldTypeInformation
           
 class FieldInitializedInConstructorInfo
           
 class FieldInitializedInSetterInfo
           
 class FieldNotInitializationInfo
           
 



Copyright © 2010 cedarsoft GmbH. All Rights Reserved.