| 
||||||
| 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.AssertInLanguage
public class AssertInLanguage
| Constructor Summary | |
|---|---|
AssertInLanguage(Automaton automaton)
 | 
|
| Method Summary | |
|---|---|
 CharSet | 
charsetTransfer(CharSet a)
Transfer function for character set analysis.  | 
 int | 
getPriority()
Returns priority of this operation.  | 
 boolean | 
isAssertion()
Returns whether this is an assertion.  | 
 Automaton | 
op(Automaton a)
Unary operation on automata.  | 
 String | 
toString()
Returns name of this operation.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public AssertInLanguage(Automaton automaton)
| Method Detail | 
|---|
public CharSet charsetTransfer(CharSet a)
UnaryOperation
charsetTransfer in class UnaryOperationpublic int getPriority()
Operation
getPriority in class Operationpublic boolean isAssertion()
UnaryOperation
isAssertion in class UnaryOperationpublic 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 | |||||