|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A 'compilation unit' represents an entire file of ActionScript code.
Method Summary | |
java.lang.String |
getPackage()
Returns the name of the package, or null if the contents of the file are in the 'default' (top-level) package. |
ASType |
getType()
Returns the type ( ASClassType or ASInterfaceType )
which this file defines. |
void |
setPackage(java.lang.String name)
Modifies the name of the package containing the code of this compilation-unit. |
Method Detail |
public java.lang.String getPackage()
public ASType getType()
ASClassType
or ASInterfaceType
)
which this file defines.
public void setPackage(java.lang.String name)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |