VariableDeclarationExpr

constructor()(source)
constructor(type: Type, variableName: String)(source)
constructor(var: VariableDeclarator)(source)
constructor(type: Type, variableName: String, modifiers: Array<Modifier>)(source)
constructor(var: VariableDeclarator, modifiers: Array<Modifier>)(source)
constructor(variables: NodeList<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.