public interface ConstructorInvocation extends Statement, Invocation
[JLS3:8.8.7.1] Explicit Constructor Invocations
Modifier and Type | Method and Description |
---|---|
List<? extends Expression> |
getArguments()
Returns the actual arguments.
|
List<? extends Type> |
getTypeArguments()
Returns the type arguments.
|
accept, equals, findModelTrait, getModelKind, hashCode, putModelTrait
List<? extends Type> getTypeArguments()
List<? extends Expression> getArguments()
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.