Class RegexSource
java.lang.Object
com.oracle.truffle.regex.RegexSource
- All Implemented Interfaces:
JsonConvertible
-
Constructor Summary
ConstructorsConstructorDescriptionRegexSource(String pattern, String flags, RegexOptions options, com.oracle.truffle.api.source.Source source) -
Method Summary
-
Constructor Details
-
RegexSource
public RegexSource(String pattern, String flags, RegexOptions options, com.oracle.truffle.api.source.Source source)
-
-
Method Details
-
getPattern
-
getFlags
-
getOptions
-
getEncoding
-
getSource
public com.oracle.truffle.api.source.Source getSource() -
withBooleanMatch
-
withoutBooleanMatch
-
hashCode
-
equals
-
toString
-
toStringEscaped
-
toFileName
-
toJson
- Specified by:
toJsonin interfaceJsonConvertible
-