Uses of Interface
org.jruby.ir.builder.IRBuilder.CodeBlock
Packages that use IRBuilder.CodeBlock
-
Uses of IRBuilder.CodeBlock in org.jruby.ir.builder
Methods in org.jruby.ir.builder with parameters of type IRBuilder.CodeBlockModifier and TypeMethodDescriptionprotected Operand
IRBuilder.buildAnd
(Operand left, IRBuilder.CodeBlock right, IRBuilder.BinaryType truth) protected Operand
IRBuilder.buildBreak
(IRBuilder.CodeBlock value, int line) IRBuilderAST.buildConstDeclAssignment
(ConstDeclNode constDeclNode, IRBuilder.CodeBlock valueBuilder) protected Operand
IRBuilder.buildOpAsgnAnd
(IRBuilder.CodeBlock lhs, IRBuilder.CodeBlock rhs) protected Operand
IRBuilder.buildOpAsgnOr
(IRBuilder.CodeBlock lhs, IRBuilder.CodeBlock rhs) protected Operand
IRBuilder.buildOr
(Operand left, IRBuilder.CodeBlock right, IRBuilder.BinaryType type) protected Operand
IRBuilder.protectCodeWithRescue
(IRBuilder.CodeBlock protectedCode, IRBuilder.CodeBlock rescueBlock) protected abstract Operand
IRBuilder.putConstant
(Y constant, IRBuilder.CodeBlock value) protected Operand
IRBuilderAST.putConstant
(Colon3Node colonNode, IRBuilder.CodeBlock valueBuilder)