com.adamcornett.cminus.tree
Interface TypeNode

All Known Subinterfaces:
SymbolNode
All Known Implementing Classes:
CallTree, ExprNode, FuncTree, GlobalVarDecTree, LiteralTree, OpTree, ParamTree, VarTree

public interface TypeNode

A node that has an associated type

Author:
Adam Cornett

Method Summary
 Type getReturnType()
           
 void setReturnType(Type t)
           
 

Method Detail

getReturnType

Type getReturnType()

setReturnType

void setReturnType(Type t)