Class TypeStringParser.Decl

java.lang.Object
com.pnfsoftware.jeb.core.units.code.asm.type.TypeStringParser.Decl
Enclosing class:
TypeStringParser

public static class TypeStringParser.Decl extends Object
A parsed C declaration, made of a type and a declared name.
  • Method Details

    • getType

      public INativeType getType()
      Get the declaration type.
      Returns:
      the native type
    • getName

      public String 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

      public String toString()
      Overrides:
      toString in class Object