Class LambdaIntInfo
java.lang.Object
org.jfuncmachine.compiler.classgen.LambdaIntInfo
Holds information about a lambda interface.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal StringThe name of the interfacefinal StringThe package name of the interfacefinal FunctionTypeThe type of the interface's one method -
Constructor Summary
ConstructorsConstructorDescriptionLambdaIntInfo(String packageName, String name, FunctionType type) Creates a new LambdaIntInfo -
Method Summary
-
Field Details
-
packageName
The package name of the interface -
name
The name of the interface -
type
The type of the interface's one method
-
-
Constructor Details
-
LambdaIntInfo
Creates a new LambdaIntInfo- Parameters:
packageName- The package name of the interfacename- The name of the interfacetype- The type of the interface's one method
-
-
Method Details
-
getObjectType
Returns an ObjectType for this interface- Returns:
- The ObjectType for this interface
-