Packagecom.smartfoxserver.v2.entities.match
Interfacepublic interface IMatcher
Implementors BoolMatch, NumberMatch, StringMatch

The IMatcher interface defines the properties that an object representing a condition to be used in a matching expression exposes.

See also

MatchExpression
BoolMatch
NumberMatch
StringMatch


Public Properties
 PropertyDefined By
  symbol : String
[read-only] Returns the condition symbol of this matcher.
IMatcher
  type : int
[read-only] Returns the type id of this matcher.
IMatcher
Property Detail
symbolproperty
symbol:String  [read-only]

Returns the condition symbol of this matcher.


Implementation
    public function get symbol():String
typeproperty 
type:int  [read-only]

Returns the type id of this matcher.


Implementation
    public function get type():int