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 Ψ-regexp
object.
-
-
Constructor Summary
Constructors Constructor Description PsyRegExp(PsyStringy oStringy)
PsyRegExp(CharSequence cs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Pattern
getPattern()
String
toSyntaxString()
-
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
-
-
-
-
Constructor Detail
-
PsyRegExp
public PsyRegExp(CharSequence cs) throws PsyException
- Throws:
PsyException
-
PsyRegExp
public PsyRegExp(PsyStringy oStringy) throws PsyException
- Throws:
PsyException
-
-
Method Detail
-
getPattern
public Pattern getPattern()
-
toSyntaxString
public String toSyntaxString()
- Specified by:
toSyntaxString
in interfacePsyObject
-
-