public final class RegexSource extends Object implements JsonConvertible
| Constructor and Description |
|---|
RegexSource(String pattern) |
RegexSource(String pattern,
String flags) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getFlags() |
String |
getPattern() |
com.oracle.truffle.api.source.Source |
getSource() |
int |
hashCode() |
String |
toFileName() |
JsonValue |
toJson() |
String |
toString() |
public RegexSource(String pattern)