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