public final class AJoin extends PJoin
| Constructor and Description |
|---|
AJoin() |
AJoin(PJoinSpec _joinSpec_,
TTJoin _tJoin_,
PPath _path_,
TAs _as_,
PVariable _variable_) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Switch sw) |
Object |
clone() |
TAs |
getAs() |
PJoinSpec |
getJoinSpec() |
PPath |
getPath() |
TTJoin |
getTJoin() |
PVariable |
getVariable() |
void |
setAs(TAs node) |
void |
setJoinSpec(PJoinSpec node) |
void |
setPath(PPath node) |
void |
setTJoin(TTJoin node) |
void |
setVariable(PVariable node) |
String |
toString() |
public void apply(Switch sw)
public PJoinSpec getJoinSpec()
public void setJoinSpec(PJoinSpec node)
public TTJoin getTJoin()
public void setTJoin(TTJoin node)
public PPath getPath()
public void setPath(PPath node)
public TAs getAs()
public void setAs(TAs node)
public PVariable getVariable()
public void setVariable(PVariable node)
Copyright © 2004–2017 XWiki. All rights reserved.