public class Try extends Action
| Modifier and Type | Field and Description |
|---|---|
String |
catchName
name of variable holding the error object in catch body
|
int |
catchReg
register that holds the catch variable
|
Label |
endCatch
marks end of catch handler and start of finally handler
|
Label |
endFinally
marks end of finally handler
|
Label |
endTry
marks end of body and start of catch handler
|
int |
flags |
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 |
|---|
Try() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
boolean |
hasCatch() |
boolean |
hasFinally() |
boolean |
hasRegister() |
void |
visit(ActionHandler h)
Subclasses implement this method to callback one of the methods in ActionHandler...
|
equals, hashCode, objectHashCode, toStringpublic int flags
public String catchName
public int catchReg
public Label endTry
public Label endCatch
public Label endFinally
public void visit(ActionHandler h)
Actionpublic boolean hasCatch()
public boolean hasFinally()
public boolean hasRegister()
Copyright © 2018 The Apache Software Foundation. All rights reserved.