VariableDeclarationExpr
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.