PropertyDeclarationContext
Context wrapper for verifying property declarations.
Provides both the target declaration and architectural metadata to easily query scope.
Constructors
Properties
Delegates annotations property to the underlying PropertyDeclaration.
The underlying PropertyDeclaration AST model representing the property.
Delegates isExtension property to the underlying PropertyDeclaration.
Delegates isVal property to the underlying PropertyDeclaration.
Delegates isVar property to the underlying PropertyDeclaration.
Delegates kdocText property to the underlying PropertyDeclaration.
Delegates modifiers property to the underlying PropertyDeclaration.
The module subdirectory/path containing this property.
Delegates name property to the underlying PropertyDeclaration.
The fully-qualified name of the package containing this property.
Delegates type property to the underlying PropertyDeclaration.
Delegates visibility property to the underlying PropertyDeclaration.
Functions
Helper extension to check if a property has all of the specified annotations.
Helper extension to check if a property has the specified annotation.
Helper extension to check if a property has any of the specified annotations.