| 
||||||
| 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.Insert
public class Insert
Automaton operation for StringBuffer.insert(int,Object) and related methods.
| Constructor Summary | |
|---|---|
Insert()
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 Insert()
| Method Detail | 
|---|
public CharSet charsetTransfer(CharSet a1,
                               CharSet a2)
BinaryOperation
charsetTransfer in class BinaryOperationpublic boolean equals(Object obj)
equals in class Objectpublic int getPriority()
Operation
getPriority in class Operationpublic int hashCode()
hashCode in class Object
public Automaton op(Automaton a,
                    Automaton b)
op in class BinaryOperationa - 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 | |||||