Interface JExpressionInformation.Invocation
- All Superinterfaces:
JExpressionInformation,honeyroasted.almonds.SimpleName
- All Known Subinterfaces:
JExpressionInformation.Instantiation,JExpressionInformation.MethodInvocation<T>
- All Known Implementing Classes:
JExpressionInformation.Instantiation.Simple,JExpressionInformation.MethodInvocation.Simple
- Enclosing interface:
JExpressionInformation
-
Nested Class Summary
Nested classes/interfaces inherited from interface honeyroasted.jype.system.JExpressionInformation
JExpressionInformation.Constant, JExpressionInformation.GetField<T extends honeyroasted.almonds.SimpleName>, JExpressionInformation.Instantiation, JExpressionInformation.InstantiationReference, JExpressionInformation.Invocation, JExpressionInformation.InvocationReference<T extends honeyroasted.almonds.SimpleName>, JExpressionInformation.Lambda, JExpressionInformation.MethodInvocation<T extends honeyroasted.almonds.SimpleName>, JExpressionInformation.Multi, JExpressionInformation.SimplyTyped -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface honeyroasted.jype.system.JExpressionInformation
getSimpleType, isSimplyTypedMethods inherited from interface honeyroasted.almonds.SimpleName
simpleName
-
Method Details
-
declaring
JClassReference declaring() -
declaringMethod
JMethodReference declaringMethod() -
parameters
List<JExpressionInformation> parameters() -
explicitTypeArguments
List<JArgumentType> explicitTypeArguments()
-