Methods | ||
---|---|---|
public
|
getType(): string
|
# |
public
|
getSubNodeNames(): string[]
|
# |
public
|
getLine(): int
|
# |
public
|
getStartLine(): int
|
# |
public
|
getEndLine(): int
|
# |
public
|
getStartTokenPos(): int
|
# |
public
|
getEndTokenPos(): int
|
# |
public
|
getStartFilePos(): int
|
# |
public
|
getEndFilePos(): int
|
# |
public
|
getComments(): Comment[]
|
# |
public
|
getDocComment(): null|Doc
|
# |
public
|
setDocComment(Doc $docComment): void
|
# |
public
|
setAttribute(string $key, mixed $value): void
|
# |
public
|
hasAttribute(string $key): bool
|
# |
public
|
getAttribute(string $key, mixed $default = null): mixed
|
# |
public
|
getAttributes(): array<string, mixed>
|
# |
public
|
setAttributes(array<string, mixed> $attributes): void
|
# |