Uses of Class
org.jruby.ast.RegexpNode
Packages that use RegexpNode
-
Uses of RegexpNode in org.jruby.ast.visitor
Methods in org.jruby.ast.visitor with parameters of type RegexpNodeModifier and TypeMethodDescriptionAbstractNodeVisitor.visitRegexpNode
(RegexpNode node) NodeVisitor.visitRegexpNode
(RegexpNode iVisited) -
Uses of RegexpNode in org.jruby.ir.builder
Methods in org.jruby.ir.builder with parameters of type RegexpNode -
Uses of RegexpNode in org.jruby.parser
Methods in org.jruby.parser with parameters of type RegexpNodeModifier and TypeMethodDescriptionRubyParserBase.new_regexp
(int line, Node contents, RegexpNode end)