Class StringField
- java.lang.Object
-
- org.eclipse.cdt.utils.debug.stabs.StringField
-
public class StringField extends Object
Format: string_field = name ':' symbol-descriptor type-information
-
-
Constructor Summary
Constructors Constructor Description StringField(String s)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
char
getSymbolDescriptor()
String
getTypeInformation()
-