Interface IJClass
-
- All Superinterfaces:
ICompilationUnit
,IJCompilationUnit
- All Known Subinterfaces:
IJeeClass
- All Known Implementing Classes:
JavaEEIIOPBasicComponentClass
,JavaEEIIOPBasicComponentPortClass
,JavaEEIIOPClass
,JClass
,JeeClass
,PojoAllocationStorage
,PojoBasicComponentClass
,PojoBasicComponentClass
,PojoBasicComponentContextClass
,PojoBasicComponentPortClass
,PojoBasicComponentPortClass
,PojoClass
,PojoCollectionDataTypeClass
,PojoComposedStructureClass
,PojoComposedStructureClass
,PojoComposedStructureContextClass
,PojoComposedStructurePortClass
,PojoComposedStructurePortClass
,PojoCompositeComponentClass
,PojoCompositeComponentClass
,PojoCompositeDataTypeClass
,PojoResourceEnvironment
,PojoSystemClass
,PojoSystemClass
,PojoSystemMain
,PojoUsageClosedScenarioThread
,PojoUsageScenario
,ServletAllocationStorage
,ServletBasicComponentClass
,ServletBasicComponentContextClass
,ServletBasicComponentPortClass
,ServletClass
,ServletComposedStructurePortClass
,ServletResourceEnvironment
,ServletSystemClass
,ServletSystemMain
,ServletUsageScenario
public interface IJClass extends IJCompilationUnit
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<? extends IJAnnotation>
annotations()
Collection<? extends IJMethod>
constructors()
Constructors of this class.String
superClass()
Inherited class name.-
Methods inherited from interface org.palladiosimulator.protocom.lang.ICompilationUnit
filePath, projectName
-
Methods inherited from interface org.palladiosimulator.protocom.lang.java.IJCompilationUnit
compilationUnitName, fields, interfaces, methods, packageName
-
-
-
-
Method Detail
-
superClass
String superClass()
Inherited class name.
-
constructors
Collection<? extends IJMethod> constructors()
Constructors of this class. FIXME: JMethod is ok'ish, but not entirely correct.
-
annotations
Collection<? extends IJAnnotation> annotations()
-
-