Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Converter ¶
type Converter struct {
// contains filtered or unexported fields
}
func NewConverter ¶
func NewConverter(typeParser *phpdoc.TypeParser) *Converter
NewConverter returns a new AST->IR converter.
If typeParser is nil, it will not eagerly try to parse phpdoc strings into phpdoc.CommentPart.
It's intended to be re-used inside a signle thread context.
Click to show internal directories.
Click to hide internal directories.