Parameter
constructor(modifiers: NodeList<Modifier>, annotations: NodeList<AnnotationExpr>, type: Type, isVarArgs: Boolean, varArgsAnnotations: NodeList<AnnotationExpr>, name: SimpleName)(source)
Creates a new Parameter.
Parameters
type
type of the parameter
name
name of the parameter
constructor(tokenRange: TokenRange, modifiers: NodeList<Modifier>, annotations: NodeList<AnnotationExpr>, type: Type, isVarArgs: Boolean, varArgsAnnotations: NodeList<AnnotationExpr>, name: SimpleName)(source)
This constructor is used by the parser and is considered private.