Anything
no subtypes hierarchy
Initializer |
QualifiedExpressionInfo(QualifiedExpression node) |
Attributes | |
declaration | Source Codeshared DeclarationModel declaration The declaration of the target of the QualifiedExpression |
node | Source Codeshared actual QualifiedExpression node |
parameterType | Source Codeshared TypeModel? parameterType If being passed as an argument, the parameter type. |
signature | Source Codeshared List<TypeModel>? signature If being invoked, the signature (arguments). This is based on the call-site, so type information matches the argument expressions, not the expected types. And, arguments not provided (for defaulted params) are not included. |
staticMethodReference | Source Codeshared Boolean staticMethodReference |
staticMethodReferencePrimary | Source Codeshared Boolean staticMethodReferencePrimary |
target | Source Codeshared TypeModel|TypedReferenceModel target The declaration and type arguments of the target of the QualifiedExpression, or the type if the target is a type. |
targetParameter | Source Codeshared TypedReferenceModel? targetParameter If being passed as an argument, the parameter. |
tcNode | Source Codeshared actual TcNodeType tcNode |
Inherited Attributes |
Attributes inherited from: ExpressionInfo |
Attributes inherited from: NodeInfo |
Attributes inherited from: Object hash , string |
Inherited Methods |
Methods inherited from: NodeInfo |
Methods inherited from: Object equals |
Nested Aliases | |
TcNodeType | Source Codeshared TcNodeType=> Tree.QualifiedMemberOrTypeExpression |