Package | Description |
---|---|
org.jruby.truffle.nodes.dispatch |
Modifier and Type | Field and Description |
---|---|
protected MissingBehavior |
DispatchHeadNode.missingBehavior |
Modifier and Type | Method and Description |
---|---|
static MissingBehavior |
MissingBehavior.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MissingBehavior[] |
MissingBehavior.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static CallDispatchHeadNode |
DispatchHeadNodeFactory.createMethodCall(RubyContext context,
boolean ignoreVisibility,
boolean indirect,
MissingBehavior missingBehavior) |
static CallDispatchHeadNode |
DispatchHeadNodeFactory.createMethodCall(RubyContext context,
boolean ignoreVisibility,
MissingBehavior missingBehavior) |
static CallDispatchHeadNode |
DispatchHeadNodeFactory.createMethodCall(RubyContext context,
MissingBehavior missingBehavior) |
Constructor and Description |
---|
CallDispatchHeadNode(RubyContext context,
boolean ignoreVisibility,
boolean indirect,
MissingBehavior missingBehavior,
LexicalScope lexicalScope) |
DispatchHeadNode(RubyContext context,
boolean ignoreVisibility,
boolean indirect,
MissingBehavior missingBehavior,
LexicalScope lexicalScope,
DispatchAction dispatchAction) |
DoesRespondDispatchHeadNode(RubyContext context,
boolean ignoreVisibility,
boolean indirect,
MissingBehavior missingBehavior,
LexicalScope lexicalScope) |
UnresolvedDispatchNode(RubyContext context,
boolean ignoreVisibility,
boolean indirect,
MissingBehavior missingBehavior,
DispatchAction dispatchAction) |
Copyright © 2001-2015 JRuby. All Rights Reserved.