public interface MethodOrConstructorReferenceExpression extends Expression
[JLS8:15.13] Method Reference Expressions
Modifier and Type | Method and Description |
---|---|
TypeOrExpression |
getQualifier()
Returns the qualifier expression or type.
|
List<? extends Type> |
getTypeArguments()
Returns the type arguments.
|
accept, equals, findModelTrait, getModelKind, hashCode, putModelTrait
TypeOrExpression getQualifier()
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.