Property | Defined By | ||
---|---|---|---|
applyFormat : Boolean [read-only] | StiExpression | ||
fullConvert : Boolean [read-only] | StiExpression | ||
genAddEvent : Boolean [read-only] | StiExpression | ||
isDefault : Boolean [read-only] | StiExpression | ||
parentComponent : Object = null | StiExpression | ||
value : String | StiExpression |
Method | Defined By | ||
---|---|---|---|
StiExpression(value:String) | StiExpression | ||
clone(... args):Object [override] | StiExpression | ||
deserialize(value:String):void | StiExpression | ||
equals(object:Object):Boolean [override] | StiExpression | ||
StiExpression | |||
![]() | getShortTypeName():String Get a short object type name (without library path). | StiObject | |
![]() | getType():Class | StiObject | |
![]() | getTypeName():String | StiObject | |
![]() | isSimple(object:*):Boolean [static] | StiObject | |
memberwiseClone():Object [override] | StiExpression | ||
serialize():String | StiExpression | ||
toString():String | StiExpression |
applyFormat | property |
applyFormat:Boolean
[read-only] public function get applyFormat():Boolean
fullConvert | property |
fullConvert:Boolean
[read-only] public function get fullConvert():Boolean
genAddEvent | property |
genAddEvent:Boolean
[read-only] public function get genAddEvent():Boolean
isDefault | property |
isDefault:Boolean
[read-only] public function get isDefault():Boolean
parentComponent | property |
public var parentComponent:Object = null
value | property |
value:String
public function get value():String
public function set value(value:String):void
StiExpression | () | Constructor |
public function StiExpression(value:String)
value:String |
clone | () | method |
override public function clone(... args):Object
Parameters
... args |
Object |
deserialize | () | method |
public function deserialize(value:String):void
Parameters
value:String |
equals | () | method |
override public function equals(object:Object):Boolean
Parameters
object:Object |
Boolean |
getDefaultEvent | () | method |
memberwiseClone | () | method |
override public function memberwiseClone():Object
ReturnsObject |
serialize | () | method |
public function serialize():String
ReturnsString |
toString | () | method |
public function toString():String
ReturnsString |