cloud.orbit.dsl

Package cloud.orbit.dsl

Types

OrbitDslBaseListener

open class OrbitDslBaseListener : OrbitDslListener

This class provides an empty implementation of OrbitDslListener, which can be extended to create a listener which only needs to handle a subset of the available methods.

OrbitDslBaseVisitor

open class OrbitDslBaseVisitor<T : Any> : AbstractParseTreeVisitor<T>, OrbitDslVisitor<T>

This class provides an empty implementation of OrbitDslVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods.

OrbitDslFileParser

class OrbitDslFileParser : OrbitDslBaseVisitor<Any>

OrbitDslLexer

open class OrbitDslLexer : Lexer

OrbitDslListener

interface OrbitDslListener : ParseTreeListener

This interface defines a complete listener for a parse tree produced by OrbitDslParser.

OrbitDslParser

open class OrbitDslParser : Parser

OrbitDslVisitor

interface OrbitDslVisitor<T : Any> : ParseTreeVisitor<T>

This interface defines a complete generic visitor for a parse tree produced by OrbitDslParser.

ThrowingErrorListener

class ThrowingErrorListener : BaseErrorListener

Exceptions

OrbitDslException

class OrbitDslException : RuntimeException