Refactoring: move engine related classes to subdirectory.
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
package templates
|
package templates
|
||||||
|
|
||||||
import generators.SourceFile
|
|
||||||
import templates.Family.*
|
import templates.Family.*
|
||||||
|
|
||||||
fun comparables(): List<GenericFunction> {
|
fun comparables(): List<GenericFunction> {
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
package templates
|
package templates
|
||||||
|
|
||||||
import generators.SourceFile
|
|
||||||
import templates.Family.*
|
import templates.Family.*
|
||||||
|
|
||||||
fun ranges(): List<GenericFunction> {
|
fun ranges(): List<GenericFunction> {
|
||||||
|
|||||||
-2
@@ -1,11 +1,9 @@
|
|||||||
package templates
|
package templates
|
||||||
|
|
||||||
import generators.SourceFile
|
|
||||||
import templates.Family.*
|
import templates.Family.*
|
||||||
import templates.Family.Collections
|
import templates.Family.Collections
|
||||||
import java.io.StringReader
|
import java.io.StringReader
|
||||||
import java.util.*
|
import java.util.*
|
||||||
import kotlin.properties.Delegates
|
|
||||||
|
|
||||||
enum class Family {
|
enum class Family {
|
||||||
Sequences,
|
Sequences,
|
||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
package generators
|
package templates
|
||||||
|
|
||||||
enum class SourceFile(jvmClassName: String? = null, val multifile: Boolean = true) {
|
enum class SourceFile(jvmClassName: String? = null, val multifile: Boolean = true) {
|
||||||
|
|
||||||
Reference in New Issue
Block a user