Class VariableDeclaration

Hierarchy

Constructors

  • Parameters

    • ctx: VariableDeclarationContext | ParameterDeclarationContext | StateVariableDeclarationContext | ConstantVariableDeclarationContext | ErrorParameterContext | EventParameterContext
    • visitor: SolidityParserVisitor<any>

    Returns VariableDeclaration

Properties

constant: boolean = false
dataLocation: null | DataLocation = null
expression: null | ExpressionNode = null
immutable: boolean = false
indexed: boolean = false
internal: boolean = false
location: Location
name: null | Identifier = null
override: null | OverrideSpecifier = null
parameter: boolean = false
private: boolean = false
public: boolean = false
range: [number, number]
stateVariable: boolean = false
type: "VariableDeclaration" = ...
typeName: TypeName

Generated using TypeDoc