Modifier and Type | Field and Description |
---|---|
protected Expr |
expr
Deprecated.
|
protected boolean |
isLocal
Deprecated.
|
Constructor and Description |
---|
Store_c(Position pos,
Expr expr)
Deprecated.
|
Store_c(Position pos,
Expr expr,
Ext ext)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
<T> java.util.List<T> |
acceptCFG(<any> v,
java.util.List<T> succs)
Deprecated.
|
Store |
copy()
Deprecated.
|
Expr |
expr()
Deprecated.
|
Expr |
expr(Expr expr)
Deprecated.
|
boolean |
exprIsNeverNull()
Deprecated.
|
Term |
firstChild()
Deprecated.
|
boolean |
isDisambiguated()
Deprecated.
|
boolean |
isLocalStore()
Deprecated.
|
protected Expr |
isLocalStore(boolean isLocal)
Deprecated.
|
boolean |
isTypeChecked()
Deprecated.
|
java.util.List<Type> |
throwTypes(TypeSystem ts)
Deprecated.
|
Node |
typeCheck(TypeChecker tc)
Deprecated.
Type check the expression.
|
Node |
visitChildren(NodeVisitor v)
Deprecated.
|
@Deprecated public Store_c(Position pos, Expr expr)
public Store_c(Position pos, Expr expr, Ext ext)
public Store copy()
public Term firstChild()
public <T> java.util.List<T> acceptCFG(<any> v, java.util.List<T> succs)
public Node visitChildren(NodeVisitor v)
public boolean isTypeChecked()
public boolean isDisambiguated()
public Node typeCheck(TypeChecker tc) throws SemanticException
SemanticException
public java.util.List<Type> throwTypes(TypeSystem ts)
public boolean exprIsNeverNull()
exprIsNeverNull
in interface Store
public boolean isLocalStore()
isLocalStore
in interface Store
protected Expr isLocalStore(boolean isLocal)