public abstract class Node extends AbstractNode
EXCEPTION_REG, FIRST_ORDINARY_REG, NO_VALUE, RETURN_REG| Constructor and Description |
|---|
Node(SourceLocation location)
Constructs a new node.
|
| Modifier and Type | Method and Description |
|---|---|
<ArgType> void |
visitBy(AbstractNodeVisitor<ArgType> v,
ArgType a)
Visits this node with the given visitor.
|
abstract <ArgType> void |
visitBy(NodeVisitor<ArgType> v,
ArgType a)
Visits this node with the given visitor.
|
canThrowExceptions, check, getBlock, getDuplicateOf, getIndex, getSourceLocation, isArtificial, isDead, isRegistersDone, setArtificial, setBlock, setDead, setDuplicateOf, setIndex, setRegistersDone, toStringpublic Node(SourceLocation location)
public <ArgType> void visitBy(AbstractNodeVisitor<ArgType> v, ArgType a)
AbstractNodevisitBy in class AbstractNodepublic abstract <ArgType> void visitBy(NodeVisitor<ArgType> v, ArgType a)
Copyright © 2012 Aarhus University