|
||||||
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.CharAt2
public class CharAt2
Automaton operation for String.charAt(int) with a non-constant index.
Constructor Summary | |
---|---|
CharAt2()
|
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 CharAt2()
Method Detail |
---|
public CharSet charsetTransfer(CharSet a)
UnaryOperation
charsetTransfer
in class UnaryOperation
public int getPriority()
Operation
getPriority
in class Operation
public Automaton op(Automaton a)
UnaryOperation
op
in class UnaryOperation
a
- 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 |