#[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,
}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
The following are output by the analysis system automatically, these should not be used directly by the architecture plugins
DataSymbolToken = 65
The following are output by the analysis system automatically, these should not be used directly by the architecture plugins
LocalVariableToken = 66
The following are output by the analysis system automatically, these should not be used directly by the architecture plugins
ImportToken = 67
The following are output by the analysis system automatically, these should not be used directly by the architecture plugins
AddressDisplayToken = 68
The following are output by the analysis system automatically, these should not be used directly by the architecture plugins
IndirectImportToken = 69
The following are output by the analysis system automatically, these should not be used directly by the architecture plugins
ExternalSymbolToken = 70
The following are output by the analysis system automatically, these should not be used directly by the architecture plugins
StackVariableToken = 71
The following are output by the analysis system automatically, these should not be used directly by the architecture plugins
AddressSeparatorToken = 72
The following are output by the analysis system automatically, these should not be used directly by the architecture plugins
CollapsedInformationToken = 73
The following are output by the analysis system automatically, these should not be used directly by the architecture plugins
CollapseStateIndicatorToken = 74
The following are output by the analysis system automatically, these should not be used directly by the architecture plugins
NewLineToken = 75
The following are output by the analysis system automatically, these should not be used directly by the architecture plugins
Trait Implementations§
Source§impl Clone for BNInstructionTextTokenType
impl Clone for BNInstructionTextTokenType
Source§fn clone(&self) -> BNInstructionTextTokenType
fn clone(&self) -> BNInstructionTextTokenType
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more