Class TypeInformation
- java.lang.Object
-
- org.eclipse.cdt.utils.debug.stabs.TypeInformation
-
public class TypeInformation extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TypeInformation(java.io.Reader reader)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description chargetTypeDescriptor()TypeNumbergetTypeNumber()booleanisTypeDefinition()
-
-
-
Method Detail
-
getTypeNumber
public TypeNumber getTypeNumber()
-
getTypeDescriptor
public char getTypeDescriptor()
-
isTypeDefinition
public boolean isTypeDefinition()
-
-