Interface JExpressionInformation.Multi
- All Superinterfaces:
JExpressionInformation,honeyroasted.almonds.SimpleName
- All Known Implementing Classes:
JExpressionInformation.Multi.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
Modifier and TypeMethodDescriptionList<? extends JExpressionInformation> children()getSimpleType(JTypeSystem system, Function<JType, JType> mapper) default booleanMethods inherited from interface honeyroasted.almonds.SimpleName
simpleName
-
Method Details
-
children
List<? extends JExpressionInformation> children() -
isSimplyTyped
default boolean isSimplyTyped()- Specified by:
isSimplyTypedin interfaceJExpressionInformation
-
getSimpleType
- Specified by:
getSimpleTypein interfaceJExpressionInformation
-