public class RegexpNode extends Node implements ILiteralNode
containsVariableAssignment, newline| Constructor and Description |
|---|
RegexpNode(int line,
ByteList value,
RegexpOptions options) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(NodeVisitor<T> iVisitor) |
java.util.List<Node> |
childNodes() |
org.jcodings.Encoding |
getEncoding() |
NodeType |
getNodeType() |
RegexpOptions |
getOptions()
Gets the options.
|
ByteList |
getValue()
Gets the value.
|
containsVariableAssignment, createList, createList, createList, createList, executesOnce, findFirstChild, getFile, getLine, getNodeName, isNewline, isNil, needsDefinitionCheck, setLine, setNewline, toString, toString, toStringExtraInfo, toStringInternal, unsetNewlinepublic RegexpNode(int line,
ByteList value,
RegexpOptions options)
public org.jcodings.Encoding getEncoding()
public NodeType getNodeType()
getNodeType in class Nodepublic <T> T accept(NodeVisitor<T> iVisitor)
public RegexpOptions getOptions()
public ByteList getValue()
public java.util.List<Node> childNodes()
childNodes in class NodeCopyright © 2001-2022 JRuby. All Rights Reserved.