Class TypeStringParser.Decl
java.lang.Object
com.pnfsoftware.jeb.core.units.code.asm.type.TypeStringParser.Decl
- Enclosing class:
TypeStringParser
A parsed C declaration, made of a type and a declared name.
-
Method Details
-
getType
Get the declaration type.- Returns:
- the native type
-
getName
Get the declared name.- Returns:
- the declared name
-
isGenericName
public boolean isGenericName()Determine whether this declaration uses a generated anonymous name.- Returns:
- true if the declaration name was generated by the parser
-
toString
-