public class TypeofNode extends LoadNode
vresult = typeof v (for syntactic property references)
or
vresult = typeof x (for variables)
EXCEPTION_REG, FIRST_ORDINARY_REG, NO_VALUE, RETURN_REG| Constructor and Description |
|---|
TypeofNode(int arg_reg,
int result_reg,
SourceLocation location)
Constructs a new typeof node for a property reference.
|
TypeofNode(String varname,
int result_reg,
SourceLocation location)
Constructs a new typeof node for a variable.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
canThrowExceptions()
Returns true if this node may throw exceptions.
|
void |
check(BasicBlock b)
Perform a consistency check of this node.
|
int |
getArgRegister()
Returns the argument register, or
AbstractNode.NO_VALUE if not applicable. |
String |
getVariableName()
Returns the source variable name, or null if not a variable.
|
boolean |
isVariable()
Returns true if the argument is a variable, false if it is a property reference.
|
void |
setArgRegister(int arg_reg)
Sets the argument register.
|
String |
toString()
Returns a string description of this node.
|
<ArgType> void |
visitBy(NodeVisitor<ArgType> v,
ArgType a)
Visits this node with the given visitor.
|
getResultRegistergetBlock, getDuplicateOf, getIndex, getSourceLocation, isArtificial, isDead, isRegistersDone, setArtificial, setBlock, setDead, setDuplicateOf, setIndex, setRegistersDonepublic TypeofNode(int arg_reg,
int result_reg,
SourceLocation location)
public TypeofNode(String varname, int result_reg, SourceLocation location)
public boolean canThrowExceptions()
AbstractNodecanThrowExceptions in class AbstractNodepublic void check(BasicBlock b)
AbstractNodecheck in class AbstractNodeb - basic block containing this nodepublic int getArgRegister()
AbstractNode.NO_VALUE if not applicable.public String getVariableName()
public boolean isVariable()
public void setArgRegister(int arg_reg)
public String toString()
AbstractNodetoString in class AbstractNodepublic <ArgType> void visitBy(NodeVisitor<ArgType> v, ArgType a)
NodeCopyright © 2012 Aarhus University