SuperClass description doc comments first line.
Additional class description documentation comments.
| ExampleSuperClass() | Constructor doc comments first line. | 
| parent_constant():String | staticConstant field doc comments first line. | 
| parent_public_field():String | Public field doc comments first line. | 
| parent_protected_field():String | Protected field doc comments first line. | 
| property():String | Public property getter doc comments first line. | 
| read_only_property():ExampleEnum | read onlyPublic read-only property doc comments first line. | 
| legacy_property():String | deprecated v2.1.3 read onlyUnfashionable old property. | 
| interface_method(param1:String, ...rest:Vector.<Object>):void | Public interface method doc comments first line. | 
| method(param1:String, param2:String='parent default'):String | Public method doc comments first line. | 
| protected_method(param1:String, param2:Number=null):void | Protected method doc comments first line. | 
public function ExampleSuperClass()
Constructor doc comments first line.
public static const parent_constant():String
Constant field doc comments first line.
public parent_public_field():String
Public field doc comments first line.
protected parent_protected_field():String
Protected field doc comments first line.
public property():String
Public property getter doc comments first line.
| returnsString | The literal string phrase ‘value’. | 
public read_only_property():ExampleEnum
Public read-only property doc comments first line.
| returnsExampleEnum | An enumeration value | 
public legacy_property():String
Unfashionable old property.
| returnsString | A string value | 
public function interface_method(param1:String, ...rest:Vector.<Object>):void
Public interface method doc comments first line.
This method has one required first parameter,
and can accept any number of additional params via the rest arg (...).
| param1:String | The first parameter (required) | 
| ...rest:Vector.<Object> | optionalAny additional params (optional) | 
public function method(param1:String, param2:String='parent default'):String
Public method doc comments first line.
This method has one required first parameter, and an optional second parameter.
| param1:String | The first parameter (required) | 
| param2:String='parent default' | optionalThe second parameter (optional) | 
| returnsString | The value of param2 is always returned. | 
protected function protected_method(param1:String, param2:Number=null):void
Protected method doc comments first line.
This method has one required first parameter without any documentation, and one optional second parameter with documentation.
| param1:String | |
| param2:Number=null | optionalThe second parameter (optional) | 
| 
    lsdoc
    2018 pixeldroid
     https://github.com/pixeldroid/lsdoc | 
| programming pages theme v0.5.10 (https://github.com/pixeldroid/programming-pages) | 
| s | focus search bar ( enterto select, ▲ / ▼to change selection) | 
| g a | go to api | 
| g e | go to examples | 
| g g | go to guides | 
| h | toggle this help ( escalso exits) |