Skip to main content

Module type_inference

Module type_inference 

Source
Expand description

Semantic analysis, symbol extraction, and type inference. Type inference engine for Perl variable analysis.

Structs§

CompletionItem
A code completion suggestion
TypeBasedCompletion
Type-based code completion suggestions
TypeConstraint
Type constraint for type checking
TypeEnvironment
Type environment for tracking variable types
TypeInferenceEngine
Main type inference engine
TypeLocation
Location information for type errors

Enums§

PerlType
Represents a Perl type
ScalarType
Represents specific scalar types in Perl