Enum avm1_tree::Action

source ·
pub enum Action {
Show 101 variants Unknown(UnknownAction), Add, And, CastOp, CloneSprite, Divide, Equals, EndDrag, FsCommand2, GetProperty, GetVariable, ImplementsOp, Less, MbStringLength, Multiply, NextFrame, Not, Or, PrevFrame, Play, Pop, RandomNumber, RemoveSprite, SetProperty, SetTarget2, SetVariable, StartDrag, Stop, StopSounds, StringAdd, StringEquals, StringExtract, StringLength, StringLess, Subtract, Throw, ToInteger, ToggleQuality, Trace, CharToAscii, AsciiToChar, GetTime, MbStringExtract, MbCharToAscii, MbAsciiToChar, Delete, Delete2, DefineLocal, CallFunction, Return, Modulo, NewObject, DefineLocal2, InitArray, InitObject, TypeOf, TargetPath, Enumerate, Add2, Less2, Equals2, ToNumber, ToString, PushDuplicate, StackSwap, GetMember, SetMember, Increment, Decrement, CallMethod, NewMethod, InstanceOf, Enumerate2, BitAnd, BitOr, BitXor, BitLShift, BitRShift, BitURShift, StrictEquals, Greater, StringGreater, Extends, GotoFrame(GotoFrame), GetUrl(GetUrl), StoreRegister(StoreRegister), ConstantPool(ConstantPool), WaitForFrame(WaitForFrame), SetTarget(SetTarget), GotoLabel(GoToLabel), WaitForFrame2(WaitForFrame2), DefineFunction2(DefineFunction2), Try(Try), With(With), Push(Push), Jump(Jump), GetUrl2(GetUrl2), DefineFunction(DefineFunction), If(If), Call, GotoFrame2(GotoFrame2),
}

Variants

Unknown(UnknownAction)

Add

And

CastOp

CloneSprite

Divide

Equals

EndDrag

FsCommand2

GetProperty

GetVariable

ImplementsOp

Less

MbStringLength

Multiply

NextFrame

Not

Or

PrevFrame

Play

Pop

RandomNumber

RemoveSprite

SetProperty

SetTarget2

SetVariable

StartDrag

Stop

StopSounds

StringAdd

StringEquals

StringExtract

StringLength

StringLess

Subtract

Throw

ToInteger

ToggleQuality

Trace

CharToAscii

AsciiToChar

GetTime

MbStringExtract

MbCharToAscii

MbAsciiToChar

Delete

Delete2

DefineLocal

CallFunction

Return

Modulo

NewObject

DefineLocal2

InitArray

InitObject

TypeOf

TargetPath

Enumerate

Add2

Less2

Equals2

ToNumber

ToString

PushDuplicate

StackSwap

GetMember

SetMember

Increment

Decrement

CallMethod

NewMethod

InstanceOf

Enumerate2

BitAnd

BitOr

BitXor

BitLShift

BitRShift

BitURShift

StrictEquals

Greater

StringGreater

Extends

GotoFrame(GotoFrame)

GetUrl(GetUrl)

StoreRegister(StoreRegister)

ConstantPool(ConstantPool)

WaitForFrame(WaitForFrame)

SetTarget(SetTarget)

GotoLabel(GoToLabel)

WaitForFrame2(WaitForFrame2)

DefineFunction2(DefineFunction2)

Try(Try)

With(With)

Push(Push)

Jump(Jump)

GetUrl2(GetUrl2)

DefineFunction(DefineFunction)

If(If)

Call

GotoFrame2(GotoFrame2)

Trait Implementations

Formats the value using the given formatter. Read more
Deserialize this value from the given Serde deserializer. Read more
This method tests for self and other values to be equal, and is used by ==. Read more
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason. Read more
Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.