| Property | Defined by | ||
|---|---|---|---|
![]() | code : uint | AbstractTag | |
| hasPassword : Boolean | Protect | ||
| password : String | Protect | ||
| Method | Defined by | ||
|---|---|---|---|
|
Protect(code:uint = 0)
| Protect | ||
|
visit(visitor:TagVisitor):void
| Protect | ||
| hasPassword | property |
hasPassword:Boolean [read-write]Implementation
public function get hasPassword():Boolean
public function set hasPassword(value:Boolean):void
| password | property |
password:String [read-write]Implementation
public function get password():String
public function set password(value:String):void
| Protect | () | constructor |
public function Protect(code:uint = 0)Parameters
code:uint (default = 0) |
| visit | () | method |