Class DirectJCall

All Implemented Interfaces:
AllowedStatementExpression, JCall, JExpr, JSimpleArgs, Writable

class DirectJCall extends AbstractMethodJCall
  • Constructor Details

    • DirectJCall

      DirectJCall(String name)
  • Method Details

    • typeArg

      public JCall typeArg(JType type)
      Description copied from interface: JCall
      Add a type argument to this call.
      Specified by:
      typeArg in interface JCall
      Overrides:
      typeArg in class AbstractJCall
      Parameters:
      type - the type to add
      Returns:
      this call