public class ReadObjectObjectFieldNode extends ReadObjectFieldChainNode
next
Constructor and Description |
---|
ReadObjectObjectFieldNode(com.oracle.truffle.api.object.Shape objectLayout,
com.oracle.truffle.api.object.Location storageLocation,
ReadObjectFieldNode next) |
Modifier and Type | Method and Description |
---|---|
Object |
execute(RubyBasicObject object) |
executeBoolean, executeDouble, executeInteger, executeLong, isSet
accept, adoptChildren, assignSourceSection, atomic, atomic, clearSourceSection, clone, copy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLanguage, getParent, getRootNode, getSourceSection, insert, insert, isReplaceable, onAdopt, onReplace, replace, replace, toString
public ReadObjectObjectFieldNode(com.oracle.truffle.api.object.Shape objectLayout, com.oracle.truffle.api.object.Location storageLocation, ReadObjectFieldNode next)
public Object execute(RubyBasicObject object)
execute
in class ReadObjectFieldNode
Copyright © 2001-2015 JRuby. All Rights Reserved.