Package sfs2x.client.entities.match
Interface IMatcher
-
- All Known Implementing Classes:
BoolMatch,NumberMatch,StringMatch
public interface IMatcherThe IMatcher interface defines the properties of an object representing a condition to be used in a matching expression exposes.- See Also:
MatchExpression,BoolMatch,NumberMatch,StringMatch
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetSymbol()Returns the condition symbol of this matcher.intgetType()Returns the type id of this matcher.
-