com.aptana.ide.regex.inputs
Class AnyInput

java.lang.Object
  extended by com.aptana.ide.regex.inputs.Input
      extended by com.aptana.ide.regex.inputs.CharacterClassInput
          extended by com.aptana.ide.regex.inputs.AnyInput

public class AnyInput
extends CharacterClassInput

Author:
Kevin Lindsey

Field Summary
 
Fields inherited from class com.aptana.ide.regex.inputs.CharacterClassInput
locked
 
Fields inherited from class com.aptana.ide.regex.inputs.Input
allCharacters, complement
 
Constructor Summary
AnyInput()
          Create a new instance of AnyInput
 
Method Summary
 java.lang.String toString()
          Return a string representation of this input
 
Methods inherited from class com.aptana.ide.regex.inputs.CharacterClassInput
addInput, addInputs, addInputs, getCharacters, hasInput
 
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
 

Constructor Detail

AnyInput

public AnyInput()
Create a new instance of AnyInput

Method Detail

toString

public java.lang.String toString()
Return a string representation of this input

Overrides:
toString in class CharacterClassInput
Returns:
Returns a string representation of this input