Enum BNInstructionTextTokenType
#[repr(u32)]
pub enum BNInstructionTextTokenType {
Show 52 variants
TextToken = 0,
InstructionToken = 1,
OperandSeparatorToken = 2,
RegisterToken = 3,
IntegerToken = 4,
PossibleAddressToken = 5,
BeginMemoryOperandToken = 6,
EndMemoryOperandToken = 7,
FloatingPointToken = 8,
AnnotationToken = 9,
CodeRelativeAddressToken = 10,
ArgumentNameToken = 11,
HexDumpByteValueToken = 12,
HexDumpSkippedByteToken = 13,
HexDumpInvalidByteToken = 14,
HexDumpTextToken = 15,
OpcodeToken = 16,
StringToken = 17,
CharacterConstantToken = 18,
KeywordToken = 19,
TypeNameToken = 20,
FieldNameToken = 21,
NameSpaceToken = 22,
NameSpaceSeparatorToken = 23,
TagToken = 24,
StructOffsetToken = 25,
StructOffsetByteValueToken = 26,
StructureHexDumpTextToken = 27,
GotoLabelToken = 28,
CommentToken = 29,
PossibleValueToken = 30,
PossibleValueTypeToken = 31,
ArrayIndexToken = 32,
IndentationToken = 33,
UnknownMemoryToken = 34,
EnumerationMemberToken = 35,
OperationToken = 36,
BaseStructureNameToken = 37,
BaseStructureSeparatorToken = 38,
BraceToken = 39,
CodeSymbolToken = 64,
DataSymbolToken = 65,
LocalVariableToken = 66,
ImportToken = 67,
AddressDisplayToken = 68,
IndirectImportToken = 69,
ExternalSymbolToken = 70,
StackVariableToken = 71,
AddressSeparatorToken = 72,
CollapsedInformationToken = 73,
CollapseStateIndicatorToken = 74,
NewLineToken = 75,
}The following are output by the analysis system automatically, these should not be used directly by the architecture plugins
The following are output by the analysis system automatically, these should not be used directly by the architecture plugins
The following are output by the analysis system automatically, these should not be used directly by the architecture plugins
The following are output by the analysis system automatically, these should not be used directly by the architecture plugins
The following are output by the analysis system automatically, these should not be used directly by the architecture plugins
The following are output by the analysis system automatically, these should not be used directly by the architecture plugins
The following are output by the analysis system automatically, these should not be used directly by the architecture plugins
The following are output by the analysis system automatically, these should not be used directly by the architecture plugins
The following are output by the analysis system automatically, these should not be used directly by the architecture plugins
The following are output by the analysis system automatically, these should not be used directly by the architecture plugins
The following are output by the analysis system automatically, these should not be used directly by the architecture plugins
The following are output by the analysis system automatically, these should not be used directly by the architecture plugins