com.adamcornett.cminus.tree
Interface SymbolNode

All Superinterfaces:
TypeNode
All Known Implementing Classes:
GlobalVarDecTree, ParamTree, VarTree

public interface SymbolNode
extends TypeNode

A node that represents a symbol.

Author:
Adam Cornett

Method Summary
 Symbol getSymbol()
           
 void setSymbol(Symbol s)
           
 
Methods inherited from interface com.adamcornett.cminus.tree.TypeNode
getReturnType, setReturnType
 

Method Detail

getSymbol

Symbol getSymbol()

setSymbol

void setSymbol(Symbol s)