Uses of Class
org.jruby.ast.LambdaNode
Packages that use LambdaNode
-
Uses of LambdaNode in org.jruby.ast.visitor
Methods in org.jruby.ast.visitor with parameters of type LambdaNodeModifier and TypeMethodDescriptionAbstractNodeVisitor.visitLambdaNode(LambdaNode node) NodeVisitor.visitLambdaNode(LambdaNode iVisited) -
Uses of LambdaNode in org.jruby.ir
Methods in org.jruby.ir with parameters of type LambdaNodeModifier and TypeMethodDescriptionIRBuilder.buildLambda(LambdaNode node) private InterpreterContextIRBuilder.buildLambdaInner(LambdaNode node)