Class JClass
java.lang.Object
org.palladiosimulator.protocom.lang.GeneratedFile<E>
org.palladiosimulator.protocom.lang.java.impl.JCompilationUnit<IJClass>
org.palladiosimulator.protocom.lang.java.impl.JClass
- All Implemented Interfaces:
ICompilationUnit
,IJClass
,IJCompilationUnit
-
Field Summary
Fields inherited from class org.palladiosimulator.protocom.lang.GeneratedFile
fsa, injector, provider
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionCollection<? extends IJAnnotation>
body()
Template for the body part of this compilation unit: members, methods/signatures.constructor
(IJMethod method) Collection<? extends IJMethod>
Constructors of this class.header()
Template for the header part of this compilation unit: package, imports, type definition.Collection of interface names which are either implemented or extended.Inherited class name.Methods inherited from class org.palladiosimulator.protocom.lang.java.impl.JCompilationUnit
compilationUnitName, fields, generate, implementedClasses, methods, packageName
Methods inherited from class org.palladiosimulator.protocom.lang.GeneratedFile
createFor, filePath, projectName, store
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.palladiosimulator.protocom.lang.ICompilationUnit
filePath, projectName
Methods inherited from interface org.palladiosimulator.protocom.lang.java.IJCompilationUnit
compilationUnitName, fields, methods, packageName
-
Constructor Details
-
JClass
public JClass()
-
-
Method Details
-
interfaces
Description copied from interface:IJCompilationUnit
Collection of interface names which are either implemented or extended.- Specified by:
interfaces
in interfaceIJCompilationUnit
- Overrides:
interfaces
in classJCompilationUnit<IJClass>
-
superClass
Description copied from interface:IJClass
Inherited class name.- Specified by:
superClass
in interfaceIJClass
-
constructors
Description copied from interface:IJClass
Constructors of this class. FIXME: JMethod is ok'ish, but not entirely correct.- Specified by:
constructors
in interfaceIJClass
-
annotations
- Specified by:
annotations
in interfaceIJClass
-
header
Description copied from class:JCompilationUnit
Template for the header part of this compilation unit: package, imports, type definition.- Specified by:
header
in classJCompilationUnit<IJClass>
-
body
Description copied from class:JCompilationUnit
Template for the body part of this compilation unit: members, methods/signatures.- Specified by:
body
in classJCompilationUnit<IJClass>
-
field
-
constructor
-
method
-