Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
class PlaygroundExampleGenerator<R : Node>(val parser: EcoreEnabledParser<R, *, *, *>, val directory: File, val failOnError: Boolean = true, resourceURI: URI = URI.createURI(""))
Link copied to clipboard
Functions
Link copied to clipboard
fun <S : Node, T : Node> TranspilationTrace<S, T>.saveAsJson(name: String, vararg ePackages: EPackage): String
Link copied to clipboard
fun <N : Node> ParsingResult<N>.saveForPlayground(resource: Resource, writer: Writer, name: String, indent: String = "")