public class DRegexpNode extends DNode implements ILiteralNode
containsVariableAssignment, newline
Constructor and Description |
---|
DRegexpNode(ISourcePosition position,
RegexpOptions options,
org.jcodings.Encoding encoding) |
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(NodeVisitor<T> iVisitor)
Accept for the visitor pattern.
|
NodeType |
getNodeType() |
boolean |
getOnce()
Gets the once.
|
RegexpOptions |
getOptions()
Gets the options.
|
getEncoding
add, addAll, addAll, addAll, addAllInternal, addInternal, childNodes, children, get, getLast, growList, isEmpty, iterator, size
containsVariableAssignment, createList, createList, createList, createList, findFirstChild, getFile, getLine, getNodeName, getPosition, isNewline, isNil, needsDefinitionCheck, setNewline, setPosition, toString, toString, toStringInternal
public DRegexpNode(ISourcePosition position, RegexpOptions options, org.jcodings.Encoding encoding)
public NodeType getNodeType()
getNodeType
in class ListNode
public <T> T accept(NodeVisitor<T> iVisitor)
public boolean getOnce()
public RegexpOptions getOptions()
Copyright © 2001-2018 JRuby. All Rights Reserved.