class OrbitFileParser : OrbitBaseVisitor<Any>
OrbitFileParser() |
fun parse(input: String, packageName: String): CompilationUnit |
|
fun visitActorDeclaration(ctx: ActorDeclarationContext?): Boolean |
|
fun visitDataDeclaration(ctx: DataDeclarationContext?): Boolean |
|
fun visitEnumDeclaration(ctx: EnumDeclarationContext?): Boolean |
open fun visitActorMethod(ctx: ActorMethodContext): T
{@inheritDoc} The default implementation returns the result of calling |
|
open fun visitDataField(ctx: DataFieldContext): T
{@inheritDoc} The default implementation returns the result of calling |
|
open fun visitDeclaration(ctx: DeclarationContext): T
{@inheritDoc} The default implementation returns the result of calling |
|
open fun visitEnumMember(ctx: EnumMemberContext): T
{@inheritDoc} The default implementation returns the result of calling |
|
open fun visitFile(ctx: FileContext): T
{@inheritDoc} The default implementation returns the result of calling |
|
open fun visitMethodParam(ctx: MethodParamContext): T
{@inheritDoc} The default implementation returns the result of calling |
|
open fun visitType(ctx: TypeContext): T
{@inheritDoc} The default implementation returns the result of calling |