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, putModelTraitList<? extends Type> getTypeArguments()
List<? extends Expression> getArguments()
Copyright © 2011–2018 Asakusa Framework Team. All rights reserved.