|
||||||
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.BinaryOperation
dk.brics.string.stringoperations.Replace5
public class Replace5
Automaton operation for StringBuffer.replace(int,int,String)
.
Constructor Summary | |
---|---|
Replace5()
Constructs new operation object. |
Method Summary | |
---|---|
CharSet |
charsetTransfer(CharSet a1,
CharSet a2)
Transfer function for character set analysis. |
boolean |
equals(Object obj)
|
int |
getPriority()
Returns priority of this operation. |
int |
hashCode()
|
Automaton |
op(Automaton a,
Automaton b)
Automaton operation. |
String |
toString()
Returns name of this operation. |
Methods inherited from class dk.brics.string.stringoperations.BinaryOperation |
---|
isAssertion |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Replace5()
Method Detail |
---|
public CharSet charsetTransfer(CharSet a1, CharSet a2)
BinaryOperation
charsetTransfer
in class BinaryOperation
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, Automaton b)
Insert.op(Automaton,Automaton)
.
op
in class BinaryOperation
a
- first input automatonb
- second 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 |