Documentation
¶
Index ¶
- Constants
- func Available(groups []*ir.AttributeGroup, state *meta.ClassParseState) (res bool)
- func Deprecated(groups []*ir.AttributeGroup, state *meta.ClassParseState) (info meta.DeprecationInfo, ok bool)
- func Each(groups []*ir.AttributeGroup, cb func(attr *ir.Attribute) bool)
- func Name(attr *ir.Attribute, state *meta.ClassParseState) string
- func NamedArgument(attr *ir.Attribute, name string) (ir.Node, bool)
- func NamedStringArgument(attr *ir.Attribute, name string) string
- func TypeAware(groups []*ir.AttributeGroup, state *meta.ClassParseState) (typ types.Map)
Constants ¶
View Source
const ( LevelTypeAware = `\JetBrains\PhpStorm\Internal\LanguageLevelTypeAware` ElementAvailable = `\JetBrains\PhpStorm\Internal\PhpStormStubsElementAvailable` DeprecatedAnnotation = `\JetBrains\PhpStorm\Deprecated` )
Variables ¶
This section is empty.
Functions ¶
func Available ¶
func Available(groups []*ir.AttributeGroup, state *meta.ClassParseState) (res bool)
func Deprecated ¶
func Deprecated(groups []*ir.AttributeGroup, state *meta.ClassParseState) (info meta.DeprecationInfo, ok bool)
func TypeAware ¶
func TypeAware(groups []*ir.AttributeGroup, state *meta.ClassParseState) (typ types.Map)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.