| Package | com.smartfoxserver.v2.entities.match |
| Interface | public interface IMatcher |
| Implementors | BoolMatch, NumberMatch, StringMatch |
See also
| Property | Defined 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 | ||
| symbol | property |
symbol:String [read-only] Returns the condition symbol of this matcher.
public function get symbol():String| type | property |
type:int [read-only] Returns the type id of this matcher.
public function get type():int