|
CS 536 Fall 2007, Project 5 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectProcDeclNode.Param
public static class ProcDeclNode.Param
A formal parameter.
Field Summary | |
---|---|
IdNode |
id
The name of the parameter. |
ProcDeclNode.Mode |
mode
The mode of the parameter (IN, OUT, INOUT, or NONE). |
Type.BaseType |
type
The type of the parameter. |
Constructor Summary | |
---|---|
ProcDeclNode.Param(IdNode id,
Type.BaseType type,
ProcDeclNode.Mode mode)
Creates a new parameter. |
Method Summary |
---|
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public IdNode id
public Type.BaseType type
public ProcDeclNode.Mode mode
Constructor Detail |
---|
public ProcDeclNode.Param(IdNode id, Type.BaseType type, ProcDeclNode.Mode mode)
id
- the name of the parametertype
- the type of the parametermode
- the mode of the parameter (IN, OUT, INOUT, or NONE)
|
CS 536 Fall 2007, Project 5 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |