Package coneforest.psylla.core
Class PsyRegExp
- java.lang.Object
-
- coneforest.psylla.core.PsyRegExp
-
- All Implemented Interfaces:
PsyAtomic,PsyConvertableToName,PsyConvertableToString,PsyObject
public class PsyRegExp extends Object implements PsyAtomic
A representation of Ψ-regexpobject.
-
-
Field Summary
Fields Modifier and Type Field Description static PsyOperator[]OPERATORS
-
Constructor Summary
Constructors Constructor Description PsyRegExp(PsyTextual oTextual)PsyRegExp(CharSequence cs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PatterngetPattern()StringtoSyntaxString()-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface coneforest.psylla.core.PsyObject
convert, execute, invoke, psyClone, psyEq, psyHashCode, psyInstanceOf, psyNe, psySyntax, psyToName, psyToString, psyType, typeName
-
-
-
-
Field Detail
-
OPERATORS
public static final PsyOperator[] OPERATORS
-
-
Constructor Detail
-
PsyRegExp
public PsyRegExp(CharSequence cs) throws PsyException
- Throws:
PsyException
-
PsyRegExp
public PsyRegExp(PsyTextual oTextual) throws PsyException
- Throws:
PsyException
-
-
Method Detail
-
getPattern
public Pattern getPattern()
-
toSyntaxString
public String toSyntaxString()
- Specified by:
toSyntaxStringin interfacePsyObject
-
-