public abstract class FlipFlopStateNode
extends com.oracle.truffle.api.nodes.Node
Constructor and Description |
---|
FlipFlopStateNode(com.oracle.truffle.api.source.SourceSection sourceSection) |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
getState(com.oracle.truffle.api.frame.VirtualFrame frame) |
abstract void |
setState(com.oracle.truffle.api.frame.VirtualFrame frame,
boolean state) |
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
Copyright © 2001-2015 JRuby. All Rights Reserved.