public abstract class AHostStr extends java.lang.Object implements IHostStr<AHostStr>
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
idx |
private static long |
serialVersionUID |
| Constructor and Description |
|---|
AHostStr(java.lang.String idx) |
| Modifier and Type | Method and Description |
|---|---|
<R,P> R |
execute(IExtVisitor<R,java.lang.String,P,? extends AHostStr> algo,
P... params)
The method that executes (accepts) the extended visitor to process this host.
|
private static final long serialVersionUID
private java.lang.String idx
public <R,P> R execute(IExtVisitor<R,java.lang.String,P,? extends AHostStr> algo, P... params)
IExtVisitorHostexecute in interface IExtVisitorHost<java.lang.String,AHostStr>R - The return type of the visitor.P - The type of the input parameters of the visitor.algo - The extended visitor to execute.params - Vararg input parameters to the visitor.