|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.aptana.ide.regex.inputs.Input
com.aptana.ide.regex.inputs.CharacterClassInput
public class CharacterClassInput
| Field Summary | |
|---|---|
protected boolean |
locked
A flag determining if this character class can receive new entries |
| Fields inherited from class com.aptana.ide.regex.inputs.Input |
|---|
allCharacters, complement |
| Constructor Summary | |
|---|---|
CharacterClassInput()
Create a new instance of CharacterClassInput |
|
| Method Summary | |
|---|---|
void |
addInput(char input)
Add the specified character to the character class |
void |
addInputs(char start,
char end)
Add the specified range of characters to the character class |
void |
addInputs(java.lang.String inputs)
Add the characters from the specified string to the character class |
java.lang.String |
getCharacters()
(non-Javadoc) |
boolean |
hasInput(char input)
Determines if the specified input character is in the character class |
java.lang.String |
toString()
Return a string representation of this input |
| Methods inherited from class com.aptana.ide.regex.inputs.Input |
|---|
getAllCharacters, getComplement, setComplement |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected boolean locked
| Constructor Detail |
|---|
public CharacterClassInput()
| Method Detail |
|---|
public java.lang.String getCharacters()
getCharacters in class InputInput.getCharacters()public void addInput(char input)
input - The input character to add to this Input
public void addInputs(char start,
char end)
start - The starting character to add to the character classend - The ending character to add to the character classpublic void addInputs(java.lang.String inputs)
inputs - A string of characters to add to the character classpublic boolean hasInput(char input)
hasInput in class Inputinput - The character to test for membership within this Input
public java.lang.String toString()
toString in class Input
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||