FieldDeclaration

constructor()(source)
constructor(modifiers: NodeList<Modifier>, variable: VariableDeclarator)(source)
constructor(modifiers: NodeList<Modifier>, variables: NodeList<VariableDeclarator>)(source)
constructor(modifiers: NodeList<Modifier>, annotations: NodeList<AnnotationExpr>, variables: NodeList<VariableDeclarator>)(source)


constructor(tokenRange: TokenRange, modifiers: NodeList<Modifier>, annotations: NodeList<AnnotationExpr>, variables: NodeList<VariableDeclarator>)(source)

This constructor is used by the parser and is considered private.


constructor(modifiers: NodeList<Modifier>, type: Type, name: String)(source)

Creates a FieldDeclaration.

Parameters

modifiers

modifiers

type

type

name

field name