public class CCodeData extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
LocalIdents |
getClassLevelIdents()
Returns all class level idents, if the code snipped is a reference of a class type.
|
java.lang.String |
getTypeHeaderfilename()
Returns the name of the Headerfile, which defines the class,
if the code snipped is a reference of a class type.
|
java.lang.String |
getTypeName()
Returns the String representation of the type of the code snipped,
detected from the
identInfo and its FieldData.typeClazz . |
java.lang.String |
toString() |
public java.lang.String getTypeName()
identInfo
and its FieldData.typeClazz
.public LocalIdents getClassLevelIdents()
public java.lang.String getTypeHeaderfilename()
public java.lang.String toString()
toString
in class java.lang.Object