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

    Modifier and Type
    Method
    Description
    arg(JExpr expr)
    Add an argument.
    Get the arguments defined thus far.
  • Method Details

    • arg

      JSimpleArgs arg(JExpr expr)
      Add an argument.
      Parameters:
      expr - the argument expression
      Returns:
      this program element
    • arguments

      JExpr[] arguments()
      Get the arguments defined thus far.
      Returns:
      the arguments