Packagestimulsoft.flex.base
Classpublic class StiChars
InheritanceStiChars Inheritance mx.core.ByteArrayAsset



Public Properties
 PropertyDefined By
  Table : Vector.<int>
[static] [read-only]
StiChars
Public Constants
 ConstantDefined By
  isDigit : int = 0x02
[static]
StiChars
  isLetter : int = 0x01
[static]
StiChars
  isLower : int = 0x08
[static]
StiChars
  isUpper : int = 0x04
[static]
StiChars
  isWhitespace : int = 0x10
[static]
StiChars
Property Detail
Tableproperty
Table:Vector.<int>  [read-only]


Implementation
    public static function get Table():Vector.<int>
Constant Detail
isDigitConstant
public static const isDigit:int = 0x02

isLetterConstant 
public static const isLetter:int = 0x01

isLowerConstant 
public static const isLower:int = 0x08

isUpperConstant 
public static const isUpper:int = 0x04

isWhitespaceConstant 
public static const isWhitespace:int = 0x10