Package ghidra.program.model.pcode
Record Class AttributeId
java.lang.Object
java.lang.Record
ghidra.program.model.pcode.AttributeId
- Record Components:
name
- unique attribute nameid
- unqiue attribute ID
An annotation for a data element being transferred to/from a stream
This class parallels the XML concept of an attribute on an element. An AttributeId describes
a particular piece of data associated with an ElementId. The defining characteristic of the AttributeId is
its name. Internally this name is associated with an integer id. The name (and id) uniquely determine
the data being labeled, within the context of a specific ElementId. Within this context, an AttributeId labels either
- An unsigned integer
- A signed integer
- A boolean value
- A string
The same AttributeId can be used to label a different type of data when associated with a different ElementId.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
static final AttributeId
-
Constructor Summary
ConstructorDescriptionAttributeId
(String name, int id) Creates an instance of aAttributeId
record class. -
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
Indicates whether some other object is "equal to" this one.final int
hashCode()
Returns a hash code value for this object.int
id()
Returns the value of theid
record component.name()
Returns the value of thename
record component.final String
toString()
Returns a string representation of this record class.
-
Field Details
-
ATTRIB_CONTENT
-
ATTRIB_ALIGN
-
ATTRIB_BIGENDIAN
-
ATTRIB_CONSTRUCTOR
-
ATTRIB_DESTRUCTOR
-
ATTRIB_EXTRAPOP
-
ATTRIB_FORMAT
-
ATTRIB_HIDDENRETPARM
-
ATTRIB_ID
-
ATTRIB_INDEX
-
ATTRIB_INDIRECTSTORAGE
-
ATTRIB_METATYPE
-
ATTRIB_MODEL
-
ATTRIB_NAME
-
ATTRIB_NAMELOCK
-
ATTRIB_OFFSET
-
ATTRIB_READONLY
-
ATTRIB_REF
-
ATTRIB_SIZE
-
ATTRIB_SPACE
-
ATTRIB_THISPTR
-
ATTRIB_TYPE
-
ATTRIB_TYPELOCK
-
ATTRIB_VAL
-
ATTRIB_VALUE
-
ATTRIB_WORDSIZE
-
ATTRIB_FIRST
-
ATTRIB_LAST
-
ATTRIB_UNIQ
-
ATTRIB_ADDRTIED
-
ATTRIB_GRP
-
ATTRIB_INPUT
-
ATTRIB_PERSISTS
-
ATTRIB_UNAFF
-
ATTRIB_BLOCKREF
-
ATTRIB_CLOSE
-
ATTRIB_COLOR
-
ATTRIB_INDENT
-
ATTRIB_OFF
-
ATTRIB_OPEN
-
ATTRIB_OPREF
-
ATTRIB_VARREF
-
ATTRIB_CODE
-
ATTRIB_CONTAIN
-
ATTRIB_DEFAULTSPACE
-
ATTRIB_UNIQBASE
-
ATTRIB_ALIGNMENT
-
ATTRIB_ARRAYSIZE
-
ATTRIB_CHAR
-
ATTRIB_CORE
-
ATTRIB_ENUM
-
ATTRIB_OPAQUESTRING
-
ATTRIB_SIGNED
-
ATTRIB_STRUCTALIGN
-
ATTRIB_UTF
-
ATTRIB_VARLENGTH
-
ATTRIB_CAT
-
ATTRIB_FIELD
-
ATTRIB_MERGE
-
ATTRIB_SCOPEIDBYNAME
-
ATTRIB_VOLATILE
-
ATTRIB_CLASS
-
ATTRIB_REPREF
-
ATTRIB_SYMREF
-
ATTRIB_TRUNC
-
ATTRIB_DYNAMIC
-
ATTRIB_INCIDENTALCOPY
-
ATTRIB_INJECT
-
ATTRIB_PARAMSHIFT
-
ATTRIB_TARGETOP
-
ATTRIB_ALTINDEX
-
ATTRIB_DEPTH
-
ATTRIB_END
-
ATTRIB_OPCODE
-
ATTRIB_REV
-
ATTRIB_A
-
ATTRIB_B
-
ATTRIB_LENGTH
-
ATTRIB_TAG
-
ATTRIB_NOCODE
-
ATTRIB_FARPOINTER
-
ATTRIB_INPUTOP
-
ATTRIB_OUTPUTOP
-
ATTRIB_USEROP
-
ATTRIB_BASE
-
ATTRIB_DELAY
-
ATTRIB_LOGICALSIZE
-
ATTRIB_PHYSICAL
-
ATTRIB_PIECE
-
ATTRIB_ADJUSTVMA
-
ATTRIB_ENABLE
-
ATTRIB_GROUP
-
ATTRIB_GROWTH
-
ATTRIB_KEY
-
ATTRIB_LOADERSYMBOLS
-
ATTRIB_PARENT
-
ATTRIB_REGISTER
-
ATTRIB_REVERSEJUSTIFY
-
ATTRIB_SIGNEXT
-
ATTRIB_STYLE
-
ATTRIB_CUSTOM
-
ATTRIB_DOTDOTDOT
-
ATTRIB_EXTENSION
-
ATTRIB_HASTHIS
-
ATTRIB_INLINE
-
ATTRIB_KILLEDBYCALL
-
ATTRIB_MAXSIZE
-
ATTRIB_MINSIZE
-
ATTRIB_MODELLOCK
-
ATTRIB_NORETURN
-
ATTRIB_POINTERMAX
-
ATTRIB_SEPARATEFLOAT
-
ATTRIB_STACKSHIFT
-
ATTRIB_STRATEGY
-
ATTRIB_THISBEFORERETPOINTER
-
ATTRIB_VOIDLOCK
-
ATTRIB_VECTOR_LANE_SIZES
-
ATTRIB_LABEL
-
ATTRIB_NUM
-
ATTRIB_LOCK
-
ATTRIB_MAIN
-
ATTRIB_BADDATA
-
ATTRIB_HASH
-
ATTRIB_UNIMPL
-
ATTRIB_STORAGE
-
ATTRIB_UNKNOWN
-
-
Constructor Details
-
Method Details
-
toString
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. Reference components are compared withObjects::equals(Object,Object)
; primitive components are compared with '=='. -
name
Returns the value of thename
record component.- Returns:
- the value of the
name
record component
-
id
public int id()Returns the value of theid
record component.- Returns:
- the value of the
id
record component
-