A package qualifier, that is,
the keyword ‘package
’ followed by a member operator.
(The member operator is implicit and not an actual child node.)
This node is used in types and meta expressions and not to be confused with Package
,
which is used in regular expressions.
Anything
no subtypes hierarchy
Initializer |
PackageQualifier() |
Inherited Attributes |
Attributes inherited from: Node |
Attributes inherited from: Object hash , string |
Attributes inherited from: TypeIsh |
Methods | |
copy | shared PackageQualifier copy() |
equals | shared actual Boolean equals(Object that) Determine if two values are equal. Implementations should respect the constraints that:
Furthermore it is recommended that implementations
ensure that if A class which explicitly refines Note that an implementation of Refines Object.equals |
transform | shared actual Result transform<out Result>(Transformer<Result> transformer) Transform this node with the given If you have a Refines Node.transform |
visit | shared actual void visit(Visitor visitor) Visit this node with the given Refines Node.visit |
Inherited Methods |
Methods inherited from: Node |
Methods inherited from: Object equals |