com.adamcornett.cminus.tree
Interface FunctionNode

All Superinterfaces:
ScopeNode
All Known Implementing Classes:
CallTree, FuncTree

public interface FunctionNode
extends ScopeNode

Interface for a node that has an associated function (and thus scope)

Author:
Adam Cornett

Method Summary
 Function getFunction()
           
 void setFunction(Function f)
           
 
Methods inherited from interface com.adamcornett.cminus.tree.ScopeNode
getScope, getScopeNumber, setScope
 

Method Detail

getFunction

Function getFunction()

setFunction

void setFunction(Function f)