Package | Description |
---|---|
org.jruby.ast.visitor | |
org.jruby.ir | |
org.jruby.parser |
Modifier and Type | Method and Description |
---|---|
T |
NodeVisitor.visitRegexpNode(RegexpNode iVisited) |
T |
AbstractNodeVisitor.visitRegexpNode(RegexpNode node) |
Modifier and Type | Method and Description |
---|---|
Operand |
IRBuilder.buildRegexp(RegexpNode reNode) |
Modifier and Type | Method and Description |
---|---|
Node |
ParserSupport.newRegexpNode(ISourcePosition position,
Node contents,
RegexpNode end) |
void |
ParserSupport.regexpFragmentCheck(RegexpNode end,
org.jruby.util.ByteList value) |
void |
ParserSupport.setRegexpEncoding(RegexpNode end,
org.jruby.util.ByteList value) |
Copyright © 2001-2015 JRuby. All Rights Reserved.