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