| Package | Description |
|---|---|
| org.jruby.ir.targets |
| Modifier and Type | Method and Description |
|---|---|
static IRBytecodeAdapter.BlockPassType |
IRBytecodeAdapter.BlockPassType.fromIR(ClosureAcceptingInstr callInstr) |
static IRBytecodeAdapter.BlockPassType |
IRBytecodeAdapter.BlockPassType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IRBytecodeAdapter.BlockPassType[] |
IRBytecodeAdapter.BlockPassType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IRBytecodeAdapter6.invoke(java.lang.String file,
int lineNumber,
java.lang.String name,
int arity,
IRBytecodeAdapter.BlockPassType blockPassType,
CallType callType,
boolean isPotentiallyRefined) |
void |
IRBytecodeAdapter6.invokeOther(java.lang.String file,
int line,
java.lang.String name,
int arity,
IRBytecodeAdapter.BlockPassType blockPassType,
boolean isPotentiallyRefined) |
void |
IRBytecodeAdapter7.invokeOther(java.lang.String file,
int line,
java.lang.String name,
int arity,
IRBytecodeAdapter.BlockPassType blockPassType,
boolean isPotentiallyRefined) |
abstract void |
IRBytecodeAdapter.invokeOther(java.lang.String file,
int line,
java.lang.String name,
int arity,
IRBytecodeAdapter.BlockPassType blockPassType,
boolean isPotentiallyRefined)
Invoke a method on an object other than self.
|
void |
IRBytecodeAdapter6.invokeSelf(java.lang.String file,
int line,
java.lang.String name,
int arity,
IRBytecodeAdapter.BlockPassType blockPassType,
CallType callType,
boolean isPotentiallyRefined) |
void |
IRBytecodeAdapter7.invokeSelf(java.lang.String file,
int line,
java.lang.String name,
int arity,
IRBytecodeAdapter.BlockPassType blockPassType,
CallType callType,
boolean isPotentiallyRefined) |
abstract void |
IRBytecodeAdapter.invokeSelf(java.lang.String file,
int line,
java.lang.String name,
int arity,
IRBytecodeAdapter.BlockPassType blockPassType,
CallType callType,
boolean isPotentiallyRefined)
Invoke a method on self.
|
Copyright © 2001-2018 JRuby. All Rights Reserved.