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