Class DeprecatedEntryPointsByType
-
- All Implemented Interfaces:
@Serializable() public final class DeprecatedEntryPointsByType
-
-
Field Summary
Fields Modifier and Type Field Description private final List<DeprecatedCairoEntryPoint>
constructor
private final List<DeprecatedCairoEntryPoint>
external
private final List<DeprecatedCairoEntryPoint>
l1Handler
-
Constructor Summary
Constructors Constructor Description DeprecatedEntryPointsByType(List<DeprecatedCairoEntryPoint> constructor, List<DeprecatedCairoEntryPoint> external, List<DeprecatedCairoEntryPoint> l1Handler)
-
Method Summary
Modifier and Type Method Description final List<DeprecatedCairoEntryPoint>
getConstructor()
final List<DeprecatedCairoEntryPoint>
getExternal()
final List<DeprecatedCairoEntryPoint>
getL1Handler()
-
-
Constructor Detail
-
DeprecatedEntryPointsByType
DeprecatedEntryPointsByType(List<DeprecatedCairoEntryPoint> constructor, List<DeprecatedCairoEntryPoint> external, List<DeprecatedCairoEntryPoint> l1Handler)
-
-
Method Detail
-
getConstructor
final List<DeprecatedCairoEntryPoint> getConstructor()
-
getExternal
final List<DeprecatedCairoEntryPoint> getExternal()
-
getL1Handler
final List<DeprecatedCairoEntryPoint> getL1Handler()
-
-
-
-