|
||||||
| 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.Split
public class Split
Automaton operation used for String.split(String). It produces an automaton accepting every substring of the strings accepted by the input automaton.
| Constructor Summary | |
|---|---|
Split()
|
|
| Method Summary | |
|---|---|
CharSet |
charsetTransfer(CharSet a)
Transfer function for character set analysis. |
int |
getPriority()
Returns priority of this operation. |
Automaton |
op(Automaton a)
Unary operation on automata. |
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, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Split()
| Method Detail |
|---|
public CharSet charsetTransfer(CharSet a)
UnaryOperation
charsetTransfer in class UnaryOperationpublic int getPriority()
Operation
getPriority in class Operationpublic Automaton op(Automaton a)
UnaryOperation
op in class UnaryOperationa - input automaton, should not be modified
public String toString()
Operation
toString in class Operation
|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||