| |
|
| java.lang.Object org.openlaszlo.sc.Actions
Actions | public class Actions (Code) | | Information about ActionScript bytecodes
-1 for arity or returns means "don't know"
|
Inner Class :public static class Action implements Serializable | |
Inner Class :protected static class ActionReplacement implements Externalizable | |
Method Summary | |
protected static Action | find(byte opcode) | public static Set | items() | final static int | opcodeIndex(byte opcode) |
ACTIONS_SIZE | final protected static int ACTIONS_SIZE(Code) | | |
ADD | public static Action ADD(Code) | | |
BRANCH | public static Action BRANCH(Code) | | |
BitwiseAnd | public static Action BitwiseAnd(Code) | | |
BitwiseOr | public static Action BitwiseOr(Code) | | |
BitwiseXor | public static Action BitwiseXor(Code) | | |
BranchIfTrue | public static Action BranchIfTrue(Code) | | |
CAST | public static Action CAST(Code) | | |
CHR | public static Action CHR(Code) | | |
CONSTANTS | public static Action CONSTANTS(Code) | | |
CallFrame | public static Action CallFrame(Code) | | |
CallFunction | public static Action CallFunction(Code) | | |
CallMethod | public static Action CallMethod(Code) | | |
DELETE | public static Action DELETE(Code) | | |
DELETE2 | public static Action DELETE2(Code) | | |
DIVIDE | public static Action DIVIDE(Code) | | |
DUP | public static Action DUP(Code) | | |
Decrement | public static Action Decrement(Code) | | |
DefineFunction | public static Action DefineFunction(Code) | | |
DefineFunction2 | public static Action DefineFunction2(Code) | | |
DuplicateMovieClip | public static Action DuplicateMovieClip(Code) | | |
ENUMERATE | public static Action ENUMERATE(Code) | | |
EQUALS | public static Action EQUALS(Code) | | |
EXTENDS | public static Action EXTENDS(Code) | | |
EnumerateValue | public static Action EnumerateValue(Code) | | |
FSCommand2 | public static Action FSCommand2(Code) | | |
GetMember | public static Action GetMember(Code) | | |
GetProperty | public static Action GetProperty(Code) | | |
GetTimer | public static Action GetTimer(Code) | | |
GetURL2 | public static Action GetURL2(Code) | | |
GetUrl | public static Action GetUrl(Code) | | |
GetVariable | public static Action GetVariable(Code) | | |
GotoExpression | public static Action GotoExpression(Code) | | |
GotoFrame | public static Action GotoFrame(Code) | | |
GotoLabel | public static Action GotoLabel(Code) | | |
GreaterThan | public static Action GreaterThan(Code) | | |
IMPLEMENTS | public static Action IMPLEMENTS(Code) | | |
INT | public static Action INT(Code) | | |
Increment | public static Action Increment(Code) | | |
InitArray | public static Action InitArray(Code) | | |
InitObject | public static Action InitObject(Code) | | |
InstanceOf | public static Action InstanceOf(Code) | | |
LessThan | public static Action LessThan(Code) | | |
LogicalAnd | public static Action LogicalAnd(Code) | | |
LogicalOr | public static Action LogicalOr(Code) | | |
MBCHR | public static Action MBCHR(Code) | | |
MBLENGTH | public static Action MBLENGTH(Code) | | |
MBORD | public static Action MBORD(Code) | | |
MBSUBSTRING | public static Action MBSUBSTRING(Code) | | |
MODULO | public static Action MODULO(Code) | | |
MULTIPLY | public static Action MULTIPLY(Code) | | |
NEW | public static Action NEW(Code) | | |
NONE | public static Action NONE(Code) | | |
NOT | public static Action NOT(Code) | | |
NewMethod | public static Action NewMethod(Code) | | |
NextFrame | public static Action NextFrame(Code) | | |
NumericAdd | public static Action NumericAdd(Code) | | |
ORD | public static Action ORD(Code) | | |
ObjectToNumber | public static Action ObjectToNumber(Code) | | |
ObjectToString | public static Action ObjectToString(Code) | | |
OldEquals | public static Action OldEquals(Code) | | |
OldLessThan | public static Action OldLessThan(Code) | | |
PLAY | public static Action PLAY(Code) | | |
POP | public static Action POP(Code) | | |
PUSH | public static Action PUSH(Code) | | |
PreviousFrame | public static Action PreviousFrame(Code) | | |
RANDOM | public static Action RANDOM(Code) | | |
RETURN | public static Action RETURN(Code) | | |
RemoveClip | public static Action RemoveClip(Code) | | |
STOP | public static Action STOP(Code) | | |
SUBSTRING | public static Action SUBSTRING(Code) | | |
SUBTRACT | public static Action SUBTRACT(Code) | | |
SWAP | public static Action SWAP(Code) | | |
SetMember | public static Action SetMember(Code) | | |
SetProperty | public static Action SetProperty(Code) | | |
SetRegister | public static Action SetRegister(Code) | | |
SetTarget | public static Action SetTarget(Code) | | |
SetTargetExpression | public static Action SetTargetExpression(Code) | | |
SetVariable | public static Action SetVariable(Code) | | |
ShiftLeft | public static Action ShiftLeft(Code) | | |
ShiftRight | public static Action ShiftRight(Code) | | |
StartDragMovie | public static Action StartDragMovie(Code) | | |
StopDragMovie | public static Action StopDragMovie(Code) | | |
StopSounds | public static Action StopSounds(Code) | | |
StrictEquals | public static Action StrictEquals(Code) | | |
StrictMode | public static Action StrictMode(Code) | | |
StringConcat | public static Action StringConcat(Code) | | |
StringEqual | public static Action StringEqual(Code) | | |
StringGreaterThan | public static Action StringGreaterThan(Code) | | |
StringLength | public static Action StringLength(Code) | | |
StringLessThan | public static Action StringLessThan(Code) | | |
THROW | public static Action THROW(Code) | | |
TRACE | public static Action TRACE(Code) | | |
TRY | public static Action TRY(Code) | | |
TargetPath | public static Action TargetPath(Code) | | |
ToggleQuality | public static Action ToggleQuality(Code) | | |
TypeOf | public static Action TypeOf(Code) | | |
UShiftRight | public static Action UShiftRight(Code) | | |
VAR | public static Action VAR(Code) | | |
VarEquals | public static Action VarEquals(Code) | | |
WITH | public static Action WITH(Code) | | |
WaitForFrame | public static Action WaitForFrame(Code) | | |
WaitForFrameExpression | public static Action WaitForFrameExpression(Code) | | |
actionArray | protected static Action[] actionArray(Code) | | |
find | protected static Action find(byte opcode)(Code) | | |
opcodeIndex | final static int opcodeIndex(byte opcode)(Code) | | |
|
|
|