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
Methods in org.jruby.ir with parameters of type CaseNodeModifier and TypeMethodDescriptionprivate OperandIRBuilder.buildCaseTestValue(CaseNode caseNode) private OperandIRBuilder.buildFixnumCase(CaseNode caseNode) -
Uses of CaseNode in org.jruby.parser
Methods in org.jruby.parser that return CaseNodeModifier and TypeMethodDescriptionstatic CaseNodeParserSupport.newCaseNode(int line, Node expression, Node firstWhenNode) Ok I admit that this is somewhat ugly.