Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AstInherit ¶
type AstInherit struct { ClassLikeName *tokens.ClassLikeToken FileOccurrence *dtos.FileOccurrence Type enums.AstInheritType // contains filtered or unexported fields }
func ArrayReverse ¶
func ArrayReverse(s []*AstInherit) []*AstInherit
func NewAstInherit ¶
func NewAstInherit(classLikeName *tokens.ClassLikeToken, fileOccurrence *dtos.FileOccurrence, astInheritType enums.AstInheritType, path []*AstInherit) *AstInherit
func (*AstInherit) GetPath ¶
func (i *AstInherit) GetPath() []*AstInherit
func (*AstInherit) ReplacePath ¶
func (i *AstInherit) ReplacePath(path []*AstInherit) *AstInherit
func (*AstInherit) ToString ¶
func (i *AstInherit) ToString() string
Click to show internal directories.
Click to hide internal directories.