Interface JExpressionInformation.Lambda
- All Superinterfaces:
JExpressionInformation,honeyroasted.almonds.SimpleName
- All Known Implementing Classes:
JExpressionInformation.Lambda.Simple
- Enclosing interface:
JExpressionInformation
-
Nested Class Summary
Nested ClassesNested 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
Methods inherited from interface honeyroasted.jype.system.JExpressionInformation
getSimpleType, isSimplyTypedMethods inherited from interface honeyroasted.almonds.SimpleName
simpleName
-
Method Details
-
body
JExpressionInformation body() -
explicitParameterTypes
List<JArgumentType> explicitParameterTypes() -
parameterCount
int parameterCount() -
implicitReturn
boolean implicitReturn()
-