Constructor and Description |
---|
JoinTrait(AstExpression<AstJoin> expression,
List<ReduceTerm<AstJoin>> terms)
Creates and returns a new instance.
|
Modifier and Type | Method and Description |
---|---|
AstExpression<AstJoin> |
getOriginalAst()
Returns the corresponded syntactic element of this.
|
List<ReduceTerm<AstJoin>> |
getTerms()
Returns each join term.
|
public JoinTrait(AstExpression<AstJoin> expression, List<ReduceTerm<AstJoin>> terms)
expression
- the original ASTterms
- the join termsIllegalArgumentException
- if some parameters were null
public AstExpression<AstJoin> getOriginalAst()
Element
getOriginalAst
in interface Element
null
if unknownpublic List<ReduceTerm<AstJoin>> getTerms()
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.