|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJet.Pat.FeatureTest
representation of a condition on a feature value, represented in the
pattern language by ? predicate (argument)
.
Constructor Summary | |
FeatureTest(java.io.StreamTokenizer tok)
creates a FeatureTest from the next tokens in tok. |
|
FeatureTest(java.lang.String predicate,
java.lang.Object argument)
creates a FeatureTest with the specified predicate and argument. |
Method Summary | |
boolean |
apply(java.lang.Object value)
returns true if this FeatureTest is satisfied by value. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FeatureTest(java.lang.String predicate, java.lang.Object argument)
public FeatureTest(java.io.StreamTokenizer tok) throws java.io.IOException, PatternSyntaxError
Method Detail |
public boolean apply(java.lang.Object value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |