tip.node
Interface ITyped

All Superinterfaces:
NodeInterface
All Known Implementing Classes:
ABinopExp, ADerefExp, AFunctionCallExp, AFunctionPtrCallExp, AInputExp, AIntConstExp, AMallocExp, ANullExp, APointerExp, AVarExp, PExp

public interface ITyped
extends NodeInterface


Method Summary
 Type getType()
          Returns the type field of this ITyped node.
 void setType(Type value)
          Sets the type field of this ITyped node.
 
Methods inherited from interface tip.node.NodeInterface
apply, apply, apply, apply, checkOptionalInvariant, clone, clone, getAncestor, getAncestor, getAncestor, getChildren, getChildren, getChildren, getDescendants, getDescendants, getDescendants, getDescendants, isOptionalInvariant, parent, replaceBy, setOptionalInvariant
 

Method Detail

getType

Type getType()
Returns the type field of this ITyped node.

Returns:
the type field of this ITyped node

setType

void setType(Type value)
Sets the type field of this ITyped node.

Parameters:
value - the new type field of this ITyped node