Class LambdaInfo
java.lang.Object
org.jfuncmachine.compiler.classgen.LambdaInfo
Holds information about a lambda method, including the class name, and type of its method.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal StringThe name of the lambda methodfinal FunctionTypeThe type of the method -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
The name of the lambda method -
type
The type of the method
-
-
Constructor Details
-
LambdaInfo
Create a new LambdaInfo- Parameters:
name- The name of the lambda methodtype- The type of the method
-