|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.millscript.millscript.syntax.FunctionHeader
public final class FunctionHeader
This class represents a function header. The function header is the
signature of a function, made up of the function name and it's argument
list. e.g. somefunc( arg1, arg2 ).
| Constructor Summary | |
|---|---|
FunctionHeader()
|
|
| Method Summary | |
|---|---|
org.millscript.commons.util.EList<NameExpr> |
getArglist()
Returns a list holding the arguments for this function header. |
NameExpr |
getName()
Returns the function name expression for this header. |
java.lang.String |
getSymbol()
Returns the symbol for this function. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FunctionHeader()
| Method Detail |
|---|
public org.millscript.commons.util.EList<NameExpr> getArglist()
public NameExpr getName()
public java.lang.String getSymbol()
"lambda" if it doesn't have one.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||