|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
An interface for an AST node that declares a method. This allows you to use my jmm.cup or your own. For your own, make sure that if a node represents a method declaration, then it implements this interface.
| Method Summary | |
AbstractNode |
getBody()
|
ModsAttrs |
getMods()
|
AbstractNode |
getParams()
|
TypeAttrs |
getType()
|
| Methods inherited from interface hw4.SymDeclaring |
getName, getSymInfo, setSymInfo |
| Methods inherited from interface hw3.NodeDumpable |
dump |
| Method Detail |
public ModsAttrs getMods()
public TypeAttrs getType()
public AbstractNode getParams()
public AbstractNode getBody()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||