|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjchrest.lib.Pattern
jchrest.lib.PrimitivePattern
public abstract class PrimitivePattern
The PrimitivePattern is an abstract class for a group of pattern types which can be used within a compound pattern.
| Constructor Summary | |
|---|---|
PrimitivePattern()
|
|
| Method Summary | |
|---|---|
abstract boolean |
equalPrimitive(PrimitivePattern pattern)
Provide a method to test for equality between PrimitivePattern instances. |
| Methods inherited from class jchrest.lib.Pattern |
|---|
makeActionList, makeNumber, makeString, makeVerbalList, makeVerbalList, makeVisualList, makeVisualList, matches, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PrimitivePattern()
| Method Detail |
|---|
public abstract boolean equalPrimitive(PrimitivePattern pattern)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||