Class DirectJCall

    • Constructor Detail

      • DirectJCall

        DirectJCall​(java.lang.String name)
    • Method Detail

      • 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