Package org.eclipse.cdt.utils.debug
Class DebugDerivedType
- java.lang.Object
-
- org.eclipse.cdt.utils.debug.DebugType
-
- org.eclipse.cdt.utils.debug.DebugDerivedType
-
- Direct Known Subclasses:
DebugArrayType
,DebugCrossRefType
,DebugPointerType
,DebugReferenceType
public abstract class DebugDerivedType extends DebugType
DebugDerivedType
-
-
Constructor Summary
Constructors Constructor Description DebugDerivedType(DebugType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DebugType
getComponentType()
void
setComponentType(DebugType type)
-