TermReferenceTree
tastyquery.Trees.TermReferenceTree
sealed abstract class TermReferenceTree(pos: SourcePosition) extends TermTree
An Ident
or a Select
.
Attributes
- Graph
-
- Supertypes
-
class TermTreeclass StatementTreeclass TopLevelTreeclass Treetrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Known subtypes
Members list
Value members
Abstract methods
Compute the actual term type of this tree.
Compute the actual term type of this tree.
Attributes
Concrete methods
Inherited methods
Compute the prefix represented by this tree.
Compute the prefix represented by this tree.
The default implementation throws an InvalidProgramStructureException
to indicate that this term tree is not a valid type prefix.
Attributes
- Inherited from:
- TermTree
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Tree
Inherited and Abstract methods
Attributes
- Inherited from:
- Equals
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
In this article