Class DefaultRelatedExpressionPart<N,​E,​T,​B,​VB extends B,​TB extends B,​S,​I,​QI,​R extends RelatedExpression<N,​T,​B,​TB,​S,​QI,​R>>

java.lang.Object
de.monochromata.anaphors.ast.DefaultRelatedExpressionPart<N,​E,​T,​B,​VB,​TB,​S,​I,​QI,​R>
Type Parameters:
N - The node type in the AST
E - The expression type
T - The type type
B - The binding type
VB - The variable binding type
TB - The type binding type
S - The scope type (optional)
I - The type used to represent identifiers
QI - The type used to represent qualified identifiers
R - The sub-type of related expression to use
All Implemented Interfaces:
RelatedExpressionPart<N,​E,​T,​B,​TB,​S,​I,​QI,​R>

public class DefaultRelatedExpressionPart<N,​E,​T,​B,​VB extends B,​TB extends B,​S,​I,​QI,​R extends RelatedExpression<N,​T,​B,​TB,​S,​QI,​R>>
extends Object
implements RelatedExpressionPart<N,​E,​T,​B,​TB,​S,​I,​QI,​R>
An default implementation of the RelatedExpressionPart interface.