MarkerTypes

enum MarkerTypes : Enum<MarkerPhraseDescriptor.MarkerTypes>

An Enum whose ordinals can be used as marker values in marker phrases during decompilation.

Entries

Link copied to clipboard

A marker indicating the value below it has been permuted, and should be checked by a subsequent call operation;

Link copied to clipboard
DUP()

A marker standing for a duplicate of some value that was on the stack.

Properties

Link copied to clipboard
val marker: A_Phrase

A pre-built marker for this enumeration value.

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int