Package org.jboss.jdeparser
Interface JSimpleArgs
- All Known Subinterfaces:
JAnonymousClassDef
,JCall
,JEnumConstant
- All Known Implementing Classes:
AbstractJCall
,AbstractMethodJCall
,DirectJCall
,ImplJAnonymousClassDef
,ImplJEnumConstant
,InnerJAnonymousClassDef
,InnerNewJCall
,InstanceJCall
,KeywordJCall
,NewJCall
,StaticJCall
public interface JSimpleArgs
A program element which supports simple arguments.
-
Method Summary
-
Method Details
-
arg
Add an argument.- Parameters:
expr
- the argument expression- Returns:
- this program element
-
arguments
JExpr[] arguments()Get the arguments defined thus far.- Returns:
- the arguments
-