public static final class Java.SuperConstructorInvocation extends Java.ConstructorInvocation
| Modifier and Type | Field and Description |
|---|---|
Java.Rvalue |
optionalQualification
The qualification for this "qualified superclass constructor invocation", or
null iff this is an
"unqualified superclass constructor invocation". |
arguments, localVariablesNOWHERE| Constructor and Description |
|---|
SuperConstructorInvocation(Location location,
Java.Rvalue optionalQualification,
Java.Rvalue[] arguments) |
| Modifier and Type | Method and Description |
|---|---|
<R,EX extends Throwable> |
accept(Visitor.BlockStatementVisitor<R,EX> visitor)
Invokes the "
visit...()" method of Visitor.BlockStatementVisitor for the concrete
Java.BlockStatement type. |
<R,EX extends Throwable> |
accept(Visitor.ConstructorInvocationVisitor<R,EX> visitor)
Invokes the "
visit...()" method of Visitor.ConstructorInvocationVisitor for the concrete
Java.ConstructorInvocation. |
String |
toString() |
accept, findLocalVariable, getEnclosingScope, setEnclosingScopetoLvalue, toLvalueOrCompileException, toRvalue, toRvalueOrCompileException, toType, toTypeOrCompileExceptiongetLocation, throwCompileExceptionclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetLocation, throwCompileException@Nullable public final Java.Rvalue optionalQualification
null iff this is an
"unqualified superclass constructor invocation".public SuperConstructorInvocation(Location location, @Nullable Java.Rvalue optionalQualification, Java.Rvalue[] arguments)
@Nullable public <R,EX extends Throwable> R accept(Visitor.ConstructorInvocationVisitor<R,EX> visitor) throws EX extends Throwable
Java.ConstructorInvocationvisit...()" method of Visitor.ConstructorInvocationVisitor for the concrete
Java.ConstructorInvocation.accept in class Java.ConstructorInvocationEX extends Throwable@Nullable public <R,EX extends Throwable> R accept(Visitor.BlockStatementVisitor<R,EX> visitor) throws EX extends Throwable
Java.BlockStatementvisit...()" method of Visitor.BlockStatementVisitor for the concrete
Java.BlockStatement type.EX extends ThrowableCopyright © 2019. All rights reserved.