ShakeProcessor

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
abstract val src: T

Functions

Link copied to clipboard
fun <O> generate(f: (T) -> O): O
Link copied to clipboard
abstract fun loadFile(directory: String, src: String)
Link copied to clipboard
open fun parseFile(src: String, contents: CharArray): ShakeFileNode
Link copied to clipboard
abstract fun phase1()
Link copied to clipboard
abstract fun phase2()
Link copied to clipboard
abstract fun phase3()
Link copied to clipboard
abstract fun phase4()