public class DefineFunction extends Action
| Modifier and Type | Field and Description |
|---|---|
ActionList |
actionList |
int |
codeSize |
int |
flags |
static int |
kPreloadArguments |
static int |
kPreloadGlobal |
static int |
kPreloadParent |
static int |
kPreloadRoot |
static int |
kPreloadSuper |
static int |
kPreloadThis |
static int |
kSuppressArguments |
static int |
kSuppressSuper |
static int |
kSuppressThis |
String |
name |
int[] |
paramReg |
String[] |
params |
int |
regCount |
kClipEventConstruct, kClipEventData, kClipEventDragOut, kClipEventDragOver, kClipEventEnterFrame, kClipEventInitialize, kClipEventKeyDown, kClipEventKeyPress, kClipEventKeyUp, kClipEventLoad, kClipEventMouseDown, kClipEventMouseMove, kClipEventMouseUp, kClipEventPress, kClipEventRelease, kClipEventReleaseOutside, kClipEventRollOut, kClipEventRollOver, kClipEventUnload, kHttpDontSend, kHttpLoadTarget, kHttpLoadVariables, kHttpMethodMask, kHttpSendUseGet, kHttpSendUsePost, kPushBooleanType, kPushConstant16Type, kPushConstant8Type, kPushDoubleType, kPushFloatType, kPushIntegerType, kPushNullType, kPushRegisterType, kPushStringType, kPushUndefinedType, kTryCatchRegisterFlag, kTryHasCatchFlag, kTryHasFinallyFlag, sactionAdd, sactionAdd2, sactionAnd, sactionAsciiToChar, sactionBitAnd, sactionBitLShift, sactionBitOr, sactionBitRShift, sactionBitURShift, sactionBitXor, sactionCall, sactionCallFunction, sactionCallMethod, sactionCastOp, sactionCharToAscii, sactionCloneSprite, sactionConstantPool, sactionDecrement, sactionDefineFunction, sactionDefineFunction2, sactionDefineLocal, sactionDefineLocal2, sactionDelete, sactionDelete2, sactionDivide, sactionEndDrag, sactionEnumerate, sactionEnumerate2, sactionEquals, sactionEquals2, sactionExtends, sactionGetMember, sactionGetProperty, sactionGetTime, sactionGetURL, sactionGetURL2, sactionGetVariable, sactionGotoFrame, sactionGotoFrame2, sactionGotoLabel, sactionGreater, sactionHalt, sactionHasLength, sactionIf, sactionImplementsOp, sactionIncrement, sactionInitArray, sactionInitObject, sactionInstanceOf, sactionJump, sactionLess, sactionLess2, sactionMBAsciiToChar, sactionMBCharToAscii, sactionMBStringExtract, sactionMBStringLength, sactionModulo, sactionMultiply, sactionNewMethod, sactionNewObject, sactionNextFrame, sactionNone, sactionNop, sactionNot, sactionOr, sactionPlay, sactionPop, sactionPrevFrame, sactionPush, sactionPushDuplicate, sactionQuickTime, sactionRandomNumber, sactionRemoveSprite, sactionReturn, sactionSetMember, sactionSetProperty, sactionSetTarget, sactionSetTarget2, sactionSetVariable, sactionStackSwap, sactionStartDrag, sactionStop, sactionStopSounds, sactionStoreRegister, sactionStrictEquals, sactionStrictMode, sactionStringAdd, sactionStringEquals, sactionStringExtract, sactionStringGreater, sactionStringLength, sactionStringLess, sactionSubtract, sactionTargetPath, sactionThrow, sactionToggleQuality, sactionToInteger, sactionToNumber, sactionToString, sactionTrace, sactionTry, sactionTypeOf, sactionWaitForFrame, sactionWaitForFrame2, sactionWith| Constructor and Description |
|---|
DefineFunction(int code) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
void |
visit(ActionHandler h)
Subclasses implement this method to callback one of the methods in ActionHandler...
|
equals, hashCode, objectHashCode, toStringpublic static final int kPreloadThis
public static final int kSuppressThis
public static final int kPreloadArguments
public static final int kSuppressArguments
public static final int kPreloadSuper
public static final int kSuppressSuper
public static final int kPreloadRoot
public static final int kPreloadParent
public static final int kPreloadGlobal
public String name
public String[] params
public ActionList actionList
public int[] paramReg
public int regCount
public int flags
public int codeSize
Copyright © 2018 The Apache Software Foundation. All rights reserved.