|
Arch4J generator 1.1 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
obj to the buffer.
text to the buffer.
obj to the buffer and start a block.
text to the buffer.
count newlines directly to the buffer.
obj to the buffer.
obj to the buffer.
text to the buffer.
text to the buffer.
multiLineText one at a time
to the receiver.
multiLineText one at a time
to the receiver within a multi-line comment block.
multiLineText one at a time
to the receiver within an already started multi-line comment block.
commentText
to the receiver within a single-line comment block.
multiLineText one at a time
to the receiver, each preceded by the single-line comment string.
count spaces directly to the buffer.
count tabs directly to the buffer.
CodeBuffer instance.
CodeBuffer instance
with the given indentation level.
String objects to
a list containing JavaType objects.
CodeBuffer.
CodeBuffer.
CodeBuffer.
CodeBuffer.
CodeBuffer.
CodeBuffer.
CodeBuffer.
CodeBuffer.
CodeBuffer.
CodeBuffer.
@return string.
JavaClassDefinition with the specified
Java class type.
JavaClassDefinition with the specified
Java class type and superclass type.
JavaClassDefinition with the specified
Java class type, superclass type, and list of implemented interfaces.
JavaClassDefinition with the specified
Java class type, and list of implemented interfaces.
JavaClassDefinition with the specified
class name.
JavaClassDefinition with the specified
comment, access control modifier, Java class type,
superclass type, list of implemented interfaces,
whether the class is abstract or final,
and whether the object needs strictfp floating-point calculations.
JavaClassDefinition with the specified
comment, access control modifier, Java class type,
superclass type, list of implemented interfaces,
and whether the class is abstract or final.
JavaClassDefinition with the specified
comment, access control modifier, and Java class type.
JavaClassDefinition with the specified
comment, access control modifier, Java class type,
and superclass type.
JavaClassDefinition with the specified
comment, access control modifier, Java class type,
superclass type, and list of implemented interfaces.
JavaClassDefinition with the specified
class name, and list of implemented interfaces.
JavaClassDefinition with the specified
class name and superclass name.
JavaClassDefinition with the specified
comment, access control modifier, class name,
superclass name, list of implemented interfaces,
whether the class is abstract or final,
and whether the object needs strictfp floating-point calculations.
JavaClassDefinition with the specified
comment, access control modifier, class name,
superclass name, list of implemented interfaces,
and whether the class is abstract or final.
JavaClassDefinition with the specified
class name, superclass name, and list of implemented interfaces.
JavaClassDefinition with the specified
comment, access control modifier, and class name.
JavaClassDefinition with the specified
comment, access control modifier, class name,
and superclass name.
JavaClassDefinition with the specified
comment, access control modifier, class name,
superclass name, and list of implemented interfaces.
JavaConstructorDefinition with the specified
comment, access control modifier, class name, list of formal parameters,
list of thrown exceptions, and code block.
JavaConstructorDefinition with the specified
comment, access control modifier, class name, list of formal parameters,
and code block.
JavaConstructorDefinition with the specified
comment, access control modifier, class name, and code block.
JavaConstructorDefinition with the specified
class name, list of formal parameters,
list of thrown exceptions, and code block.
JavaConstructorDefinition with the specified
class name, list of formal parameters, and code block.
JavaConstructorDefinition with the specified
class name and code block.
JavaConstructorDefinition with the specified
comment, access control modifier, class name, list of formal parameters,
list of thrown exceptions, and code block.
JavaConstructorDefinition with the specified
comment, access control modifier, class name, list of formal parameters,
and code block.
JavaConstructorDefinition with the specified
comment, access control modifier, class name, and code block.
JavaDefinition with the specified
comment and access control modifier.
JavaDefinition with the specified
comment and access control modifier.
JavaFieldDefinition with the specified
field identifier.
JavaFieldDefinition with the specified
field identifier,
and whether a getter and/or setter should be generated.
JavaFieldDefinition with the specified
comment, access control modifier, field identifier, initializer,
whether the field is static, final or both,
whether the field is transient, volatile or both,
whether a getter and/or setter should be generated,
and the access control modifiers for the getter and setter.
JavaFieldDefinition with the specified
comment, access control modifier, field identifier, initializer,
and whether the field is static, final or both.
JavaFieldDefinition with the specified
comment, access control modifier, field identifier, initializer,
whether the field is static, final or both,
and whether a getter and/or setter should be generated.
JavaFieldDefinition with the specified
comment, access control modifier, field identifier, initializer,
whether the field is static, final or both,
whether a getter and/or setter should be generated,
and the access control modifiers for the getter and setter.
JavaFieldDefinition with the specified
comment, access control modifier, and field identifier.
JavaFieldDefinition with the specified
comment, access control modifier, field identifier,
and whether a getter and/or setter should be generated.
JavaFieldDefinition with the specified
comment, access control modifier, field identifier, and initializer.
JavaFieldDefinition with the specified
field type, and field name.
JavaFieldDefinition with the specified
field type, field name
and whether a getter and/or setter should be generated.
JavaFieldDefinition with the specified
comment, access control modifier, field type, field name, initializer,
whether the field is static, final or both,
whether the field is transient, volatile or both,
whether a getter and/or setter should be generated,
and the access control modifiers for the getter and setter.
JavaFieldDefinition with the specified
comment, access control modifier, field type, field name, initializer,
and whether the field is static, final or both.
JavaFieldDefinition with the specified
comment, access control modifier, field type, field name, initializer,
whether the field is static, final or both,
and whether a getter and/or setter should be generated.
JavaFieldDefinition with the specified
comment, access control modifier, field type, field name, initializer,
whether the field is static, final or both,
whether a getter and/or setter should be generated,
and the access control modifiers for the getter and setter.
JavaFieldDefinition with the specified
comment, access control modifier, field type, and field name.
JavaFieldDefinition with the specified
comment, access control modifier, field type, field name
and whether a getter and/or setter should be generated.
JavaFieldDefinition with the specified
comment, access control modifier, field type, field name, and initializer.
JavaFunctionDefinition with the specified
comment, access control modifier, list of formal parameters,
list of thrown exceptions, and code block.
JavaFunctionDefinition with the specified
comment, access control modifier, list of formal parameters, and code block.
JavaFunctionDefinition with the specified
comment, access control modifier, and code block.
JavaFunctionDefinition with the specified
comment, access control modifier, list of formal parameters,
list of thrown exceptions, and code block.
JavaFunctionDefinition with the specified
comment, access control modifier, list of formal parameters, and code block.
JavaFunctionDefinition with the specified
comment, access control modifier, and code block.
JavaIdentifier with the specified
type, name, and array dimension (if any).
JavaIdentifier with the specified
type and name.
JavaIdentifier with the specified
type name, identifier name,
and array dimension (if any).
JavaIdentifier with the specified
type name and identifier name.
JavaIdentifier with the specified
package name, type name, identifier name,
and array dimension (if any).
JavaIdentifier with the specified
package name, type name, and identifier name.
JavaInterfaceDefinition with the specified
Java interface type.
JavaInterfaceDefinition with the specified
Java interface type and superinterface type.
JavaInterfaceDefinition with the specified
interface name.
JavaInterfaceDefinition with the specified
comment, access control modifier,
whether the object needs strictfp floating-point calculations,
the Java interface type,
list of superinterfaces, and list of implemented interfaces.
JavaInterfaceDefinition with the specified
comment, access control modifier, and Java interface type.
JavaInterfaceDefinition with the specified
comment, access control modifier, Java interface type,
and superinterface type.
JavaInterfaceDefinition with the specified
comment, access control modifier, Java interface type,
superinterface type, and list of implemented interfaces.
JavaInterfaceDefinition with the specified
comment, access control modifier, Java interface type,
and list of implemented interfaces.
JavaInterfaceDefinition with the specified
comment, access control modifier, Java interface type,
list of superinterfaces, and list of implemented interfaces.
JavaInterfaceDefinition with the specified
interface name and superinterface name.
JavaInterfaceDefinition with the specified
comment, access control modifier,
whether the object needs strictfp floating-point calculations,
the interface name,
list of superinterfaces, and list of implemented interfaces.
JavaInterfaceDefinition with the specified
comment, access control modifier, and interface name.
JavaInterfaceDefinition with the specified
comment, access control modifier, interface name,
and list of implemented interfaces.
JavaInterfaceDefinition with the specified
comment, access control modifier, interface name,
list of superinterfaces, and list of implemented interfaces.
JavaInterfaceDefinition with the specified
comment, access control modifier, interface name,
and superinterface name.
JavaInterfaceDefinition with the specified
comment, access control modifier, interface name,
superinterface name, and list of implemented interfaces.
JavaMethodDefinition with the specified
method identifier, list of formal parameters,
list of thrown exceptions, and code block.
JavaMethodDefinition with the specified
method identifier, list of formal parameters,
and code block.
JavaMethodDefinition with the specified
method identifier and code block.
JavaMethodDefinition with the specified
comment, access control modifier, method identifier,
list of formal parameters, list of thrown exceptions, code block,
whether the method is abstract or final,
whether the method is static, synchronized or both,
and whether the method is native.
JavaMethodDefinition with the specified
comment, access control modifier, method identifier,
list of formal parameters, list of thrown exceptions, code block,
whether the method is abstract or final,
and whether the method is static, synchronized or both.
JavaMethodDefinition with the specified
comment, access control modifier, method identifier,
list of formal parameters, list of thrown exceptions, and code block.
JavaMethodDefinition with the specified
comment, access control modifier, method identifier,
list of formal parameters, and code block.
JavaMethodDefinition with the specified
comment, access control modifier, method identifier,
and code block.
JavaMethodDefinition with the specified
comment, access control modifier, method return type, method name,
list of formal parameters, list of thrown exceptions, code block,
whether the method is abstract or final,
whether the method is static, synchronized or both,
and whether the method is native.
JavaMethodDefinition with the specified
comment, access control modifier, method return type, method name,
list of formal parameters, list of thrown exceptions, code block,
whether the method is abstract or final,
and whether the method is static, synchronized or both.
JavaMethodDefinition with the specified
method return type, method name, list of formal parameters,
list of thrown exceptions, and code block.
JavaMethodDefinition with the specified
method return type, method name, list of formal parameters,
and code block.
JavaMethodDefinition with the specified
method return type and code block.
JavaMethodDefinition with the specified
comment, access control modifier, method return type, method name,
list of formal parameters, list of thrown exceptions, and code block.
JavaMethodDefinition with the specified
comment, access control modifier, method return type, method name,
list of formal parameters, and code block.
JavaMethodDefinition with the specified
comment, access control modifier, method return type, method name,
and code block.
JavaObjectDefinition with the specified
comment, access control modifier,
whether the object needs strictfp floating-point calculations,
the Java object type,
and list of implemented interfaces.
JavaObjectDefinition with the specified
comment, access control modifier, Java object type,
and list of implemented interfaces.
JavaObjectDefinition with the specified
comment, access control modifier,
whether the object needs strictfp floating-point calculations,
the object name,
and list of implemented interfaces.
JavaObjectDefinition with the specified
comment, access control modifier, object name,
and list of implemented interfaces.
JavaSourceFile instance
with the given root source directory and object definition.
JavaType with the specified
type name.
JavaType with the specified
package name and type name.
count levels.
obj.
obj.
text.
text.
count levels.
obj.
obj.
text.
text.
String.
CodeBuffer.
CodeBuffer.
CodeBuffer.
CodeBuffer.
CodeBuffer.
CodeBuffer.
|
Arch4J generator 1.1 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||