public interface ClassInstanceCreationExpression extends Expression, Invocation
[JLS3:15.9] Class Instance Creation Expressions
Modifier and Type | Method and Description |
---|---|
List<? extends Expression> |
getArguments()
Returns the actual arguments.
|
ClassBody |
getBody()
Returns the anonymous class body.
|
Expression |
getQualifier()
Returns the qualifier expression.
|
Type |
getType()
Returns the target type.
|
List<? extends Type> |
getTypeArguments()
Returns the type arguments.
|
accept, equals, findModelTrait, getModelKind, hashCode, putModelTrait
Expression getQualifier()
null
if it is not specifiedList<? extends Type> getTypeArguments()
Type getType()
List<? extends Expression> getArguments()
ClassBody getBody()
null
if the target class is not anonymousCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.