|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
StatementContainer.newIf(String)
, an ASIfStatement
allows statements to be added to the 'then' and else' branches.ASMethod
or ASField
.StatementContainer.newSwitch(String)
, an
ASSwitchStatement allows 'case' and 'default' statements to be added to
to the 'switch' statement.ASClassType
and ASInterfaceType
.ASMethod.AccessorRole.NORMAL_METHOD
,
ASMethod.AccessorRole.GETTER
or ASMethod.AccessorRole.SETTER
, with
NORMAL_METHOD being the default for newly synthesized methods.
ASField
objects representing the
fields this ActionScript class defines.
ASMethod
objects.
ASClassType
or ASInterfaceType
)
which this file defines.
ASSourceFactory.newClass(String)
that also
adds the resulting CompilationUnit to the list managed by this
project.
ASSourceFactory.newInterface(String)
that also
adds the resulting CompilationUnit to the list managed by this
project.
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |