|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This represents the elements of a character class.
Method Summary | |
java.lang.String |
getLocation()
Returns the location from the input source. |
void |
setLocation(java.lang.String location)
Set the location from the input source. |
java.lang.String |
toString()
Create a clone of this pattern. |
Violations |
validate()
Validates this pattern. |
Method Detail |
public void setLocation(java.lang.String location)
location
- Location in the input source.public java.lang.String getLocation()
public java.lang.String toString()
java.lang.CloneNotSupportedException
- If an exception occurs during the cloning.public Violations validate()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |