| 
||||||
| 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.CharAt1
public class CharAt1
Automaton operation for String.charAt(int) with a constant index.
| Constructor Summary | |
|---|---|
CharAt1(int index)
 | 
|
| 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 CharAt1(int index)
| 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 | |||||