public class DispatchHeadNodeFactory extends Object
Constructor and Description |
---|
DispatchHeadNodeFactory() |
Modifier and Type | Method and Description |
---|---|
static CallDispatchHeadNode |
createMethodCall(RubyContext context) |
static CallDispatchHeadNode |
createMethodCall(RubyContext context,
boolean ignoreVisibility) |
static CallDispatchHeadNode |
createMethodCall(RubyContext context,
boolean ignoreVisibility,
boolean indirect,
MissingBehavior missingBehavior) |
static CallDispatchHeadNode |
createMethodCall(RubyContext context,
boolean ignoreVisibility,
MissingBehavior missingBehavior) |
static CallDispatchHeadNode |
createMethodCall(RubyContext context,
MissingBehavior missingBehavior) |
static CallDispatchHeadNode |
createMethodCallOnSelf(RubyContext context) |
public static CallDispatchHeadNode createMethodCall(RubyContext context)
public static CallDispatchHeadNode createMethodCall(RubyContext context, boolean ignoreVisibility)
public static CallDispatchHeadNode createMethodCall(RubyContext context, MissingBehavior missingBehavior)
public static CallDispatchHeadNode createMethodCall(RubyContext context, boolean ignoreVisibility, MissingBehavior missingBehavior)
public static CallDispatchHeadNode createMethodCall(RubyContext context, boolean ignoreVisibility, boolean indirect, MissingBehavior missingBehavior)
public static CallDispatchHeadNode createMethodCallOnSelf(RubyContext context)
Copyright © 2001-2015 JRuby. All Rights Reserved.