|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFunctionDTIR
Method Summary | |
---|---|
ExpressionTIR |
getBody()
Returns the body of the function. |
java.lang.String |
getName()
Returns the name of the function. |
java.util.List<IFieldTIR> |
getParameters()
Returns the parameters of the function. |
INameTTIR |
getResult()
Returns the type of the returned value. |
boolean |
isFunction()
Indicates if this TIR represents a function (i.e., there is a return type). |
boolean |
isProcedure()
Indicates if this TIR represents a procedure (i.e., there's no return type). |
Methods inherited from interface org.norecess.citkit.tir.DeclarationTIR |
---|
accept, getPosition |
Method Detail |
---|
ExpressionTIR getBody()
java.lang.String getName()
java.util.List<IFieldTIR> getParameters()
INameTTIR getResult()
boolean isProcedure()
boolean isFunction()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |