Uses of Interface
org.cojen.maker.Parameter

  • Uses of Parameter in org.cojen.maker

    Methods in org.cojen.maker that return Parameter
    Modifier and Type
    Method
    Description
    Parameter.final_()
    Indicate that this parameter is final.
    Parameter.mandated()
    Indicate that this parameter is mandated, which means that the compiler has implicitly declared it by necessity.
    Parameter.name(String name)
    Optionally assign a parameter name.
    MethodMaker.param(int index)
    Returns a variable which accesses a parameter of the method being built.
    Parameter.signature(Object... components)
    Define a signature for this named parameter, which is a string for supporting generic types.
    Parameter.synthetic()
    Indicate that this parameter is synthetic, which means that it wasn't implicitly or explicitly declared.