|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdk.brics.string.stringoperations.Operation
dk.brics.string.stringoperations.UnaryOperation
dk.brics.string.stringoperations.Replace4
public class Replace4
Automaton operation for String.replace(char,char)
where neither character is known.
Constructor Summary | |
---|---|
Replace4()
Automaton operation for String.replace(char,char) where neither character is known. |
Method Summary | |
---|---|
CharSet |
charsetTransfer(CharSet a)
Transfer function for character set analysis. |
boolean |
equals(Object obj)
|
int |
getPriority()
Returns priority of this operation. |
int |
hashCode()
|
Automaton |
op(Automaton a)
Automaton operation. |
String |
toString()
Returns name of this operation. |
Methods inherited from class dk.brics.string.stringoperations.UnaryOperation |
---|
isAssertion |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Replace4()
String.replace(char,char)
where neither character is known.
Method Detail |
---|
public CharSet charsetTransfer(CharSet a)
UnaryOperation
charsetTransfer
in class UnaryOperation
public boolean equals(Object obj)
equals
in class Object
public int getPriority()
Operation
getPriority
in class Operation
public int hashCode()
hashCode
in class Object
public Automaton op(Automaton a)
op
in class UnaryOperation
a
- input automaton
public String toString()
Operation
toString
in class Operation
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |