|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StatementContainer | |
---|---|
uk.co.badgersinfoil.metaas.dom | Interfaces defining the Document Object Model for an ActionScript 3 source code file. |
Uses of StatementContainer in uk.co.badgersinfoil.metaas.dom |
---|
Subinterfaces of StatementContainer in uk.co.badgersinfoil.metaas.dom | |
---|---|
interface |
ASBlock
A code-block, as used for a while-loop body or if-statement branch. |
interface |
ASCatchClause
A catch clause within a try statement. |
interface |
ASDoWhileStatement
A do-while loop, such as do { } while (condition); . |
interface |
ASFinallyClause
A finally clause within a try statement. |
interface |
ASForEachInStatement
A for-each-in statement, such as for each(v in a) { } . |
interface |
ASForInStatement
A for-in statement, such as for (v in a) { } . |
interface |
ASForStatement
A for statement, such as for (; ; ) { } . |
interface |
ASFunctionExpression
A function-expression, such as in a = function() { } . |
interface |
ASIfStatement
An if-statement, such as if (a) { doSomething(); } . |
interface |
ASMethod
An ActionScript method definition within an ActionScript class or interface. |
interface |
ASSwitchCase
A switch-statement case -label, and the list of statements
immediately following it. |
interface |
ASSwitchDefault
A switch-statement default: label, and the list of
statements immediately following it. |
interface |
ASTryStatement
A try-statement, such as try { } catch (e) { } . |
interface |
ASWhileStatement
A while-loop, such as while (test()) { } . |
interface |
ASWithStatement
A with-statement, such as with (expr) { } . |
interface |
SwitchLabel
Common super-type for entries that may appear in ASSwitchStatement :
ASSwitchCase and ASSwitchDefault . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |