Method | Description | |
---|---|---|
PackageScope ( ScriptObject parent ) : System |
Method | Description | |
---|---|---|
CreateField ( String name, FieldAttributes attributeFlags, Object value ) : JSVariableField |
Method | Description | |
---|---|---|
AddNewField ( String name, Object value, FieldAttributes attributeFlags ) : |
||
AddOwnName ( ) : void | ||
GetName ( ) : String | ||
MergeWith ( PackageScope p ) : void |
protected CreateField ( String name, FieldAttributes attributeFlags, Object value ) : JSVariableField | ||
name | String | |
attributeFlags | FieldAttributes | |
value | Object | |
return | JSVariableField |
public PackageScope ( ScriptObject parent ) : System | ||
parent | ScriptObject | |
return | System |