Package | Description |
---|---|
com.fortyoneconcepts.valjogen.model |
This package contains an indenpendent intermediate representation that is used by string templates when generating output.
|
Modifier and Type | Class and Description |
---|---|
class |
Annotation
Information about an annotation.
|
class |
ArrayType
Represents a java array data type.
|
class |
BasicClazz
Detailed information about a java "class" such as members and methods.
|
class |
Clazz
Information about the java "class" that need to be generated including additional information about methods that acts as properties.
|
class |
Constructor
Meta-information about a constructor method.
|
(package private) class |
DefinitionBase
Common base class for definition model
|
class |
DelegateConstructor
Meta-information about a constructor method that calls another constructor
|
class |
DelegateParameter
Meta-information about a formal parameter with a value that should be forwarded to another method call.
|
class |
FactoryMethod
Meta-information about a factory method.
|
class |
Member
Meta-data about a membervariable that backs a property getter and/or setter method.
|
class |
MemberParameter
Meta-information about a formal parameter with a value that is associated with a member
|
class |
Method
Meta-information about an existing method or a method that should be generated (implemented).
|
class |
NoType
Specifies a non-exisisting type.
|
class |
ObjectType
Represents a java true object data type (which is not an array and not a primitive data type).
|
class |
Parameter
Meta-information about a formal parameter for a method/property.
|
class |
PrimitiveType
Represents a primitive java data type.
|
class |
Property
Meta-information about a property setter/getter method that should be generated (implemented).
|
class |
Type
Information about a type that a model use or refer to.
|
Version 2.0.0 generated on 2014-11-22 at 09:45 - (C) 41concepts Aps. Refer to project homepage valjogen.41concepts.com for more information.