|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MethodDeclaring
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 |
| Method Detail |
|---|
ModsAttrs getMods()
TypeAttrs getType()
AbstractNode getParams()
AbstractNode getBody()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||