package
0.5.4
Repository: https://github.com/vkcom/noverify.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
MergeMaps creates a new types map from union of specified type maps.
NewEmptyMap creates new type map that has no types in it.
NewMap returns new Map that is initialized with the provided types (separated by "|" symbol).
NewMapFromMap creates Map from provided map[string]struct{}.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
TypeHintTypes converts type hint node to meta types.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

WArrayOf means that expression is array of another expression E.g.
WBaseMethodParam is a way to inherit base type method type of nth parameter.
WClassConstFetch is a const fetch from a class.
WConstant means constant e.g.
WElemOf is the opposite of WArrayOf: it means the type of an element of the expression E.g.
WElemOfKey is extended for of WElemOf where we also save the key that was used during the indexing.
WFunctionCall represents a function call.
WGlobal means global variable.
WInstanceMethodCall is a method call on some expression.
WInstancePropertyFetch is a property fetch from some instance.
WMax must always be last to indicate which byte is the maximum value of a type byte.
WStaticMethodCall type is "Wrap Static Method Call": E.g.
WStaticPropertyFetch is a property fetch for static property :).

# Variables

Preallocated and shared immutable type maps.
Preallocated and shared immutable type maps.
Preallocated and shared immutable type maps.
Preallocated and shared immutable type maps.
Preallocated and shared immutable type maps.
Preallocated and shared immutable type maps.
Preallocated and shared immutable type maps.

# Structs

No description provided by the author
Map holds a set of types and can be made immutable to prevent unexpected changes.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author