FieldDeclaration
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.
Creates a FieldDeclaration.
Parameters
modifiers
modifiers
type
type
name
field name