|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.aptana.ide.regex.inputs.Input
public class Input
| Field Summary | |
|---|---|
protected static char[] |
allCharacters
All characters in this Input |
protected boolean |
complement
A flag that determines if the characters in this set are inclusive or exclusive |
| Constructor Summary | |
|---|---|
Input()
Create a new instance of Input |
|
| Method Summary | |
|---|---|
protected char[] |
getAllCharacters()
Get all characters for this Input |
java.lang.String |
getCharacters()
Get all character for this Input |
boolean |
getComplement()
Determines if the set of characters in this input should be included or excluded |
boolean |
hasInput(char input)
Determines if this Input type includes the specified character |
void |
setComplement(boolean value)
Sets the complement state for this input |
java.lang.String |
toString()
Return a string representation of this Input |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected static char[] allCharacters
protected boolean complement
| Constructor Detail |
|---|
public Input()
| Method Detail |
|---|
protected char[] getAllCharacters()
public java.lang.String getCharacters()
public boolean getComplement()
public void setComplement(boolean value)
value - The new complement statepublic boolean hasInput(char input)
input - The character to test for membership within this Input
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||