|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CharacterClassElement
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 |
---|
void setLocation(java.lang.String location)
location
- Location in the input source.java.lang.String getLocation()
java.lang.String toString()
toString
in class java.lang.Object
java.lang.CloneNotSupportedException
- If an exception occurs during the cloning.Violations validate()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |