Uses of Class
org.jruby.ast.CaseNode
Packages that use CaseNode
-
Uses of CaseNode in org.jruby.ast.visitor
Methods in org.jruby.ast.visitor with parameters of type CaseNodeModifier and TypeMethodDescriptionAbstractNodeVisitor.visitCaseNode
(CaseNode node) NodeVisitor.visitCaseNode
(CaseNode iVisited) -
Uses of CaseNode in org.jruby.ir.builder
Methods in org.jruby.ir.builder with parameters of type CaseNode -
Uses of CaseNode in org.jruby.parser
Methods in org.jruby.parser that return CaseNodeModifier and TypeMethodDescriptionstatic CaseNode
RubyParserBase.newCaseNode
(int line, Node expression, Node firstWhenNode) We post-process a chain of when nodes and analyze them to re-insert them back into our new CaseNode as a list.