R - The type of the object returned by the visit*() methodsEX - The exception that the visit*() methods may throwpublic static interface Visitor.ConstructorInvocationVisitor<R,EX extends Throwable>
Java.ConstructorInvocations.| Modifier and Type | Method and Description |
|---|---|
R |
visitAlternateConstructorInvocation(Java.AlternateConstructorInvocation aci)
|
R |
visitSuperConstructorInvocation(Java.SuperConstructorInvocation sci)
|
@Nullable R visitAlternateConstructorInvocation(Java.AlternateConstructorInvocation aci) throws EX extends Throwable