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 OperandIRBuilder.buildAnd(Operand left, IRBuilder.CodeBlock right, IRBuilder.BinaryType truth) protected OperandIRBuilder.buildBreak(IRBuilder.CodeBlock value, int line) IRBuilderAST.buildConstDeclAssignment(ConstDeclNode constDeclNode, IRBuilder.CodeBlock valueBuilder) protected OperandIRBuilder.buildOpAsgnAnd(IRBuilder.CodeBlock lhs, IRBuilder.CodeBlock rhs) protected OperandIRBuilder.buildOpAsgnOr(IRBuilder.CodeBlock lhs, IRBuilder.CodeBlock rhs) protected OperandIRBuilder.buildOr(Operand left, IRBuilder.CodeBlock right, IRBuilder.BinaryType type) protected OperandIRBuilder.protectCodeWithRescue(IRBuilder.CodeBlock protectedCode, IRBuilder.CodeBlock rescueBlock) protected abstract OperandIRBuilder.putConstant(Y constant, IRBuilder.CodeBlock value) protected OperandIRBuilderAST.putConstant(Colon3Node colonNode, IRBuilder.CodeBlock valueBuilder)