code

package
v0.0.0-...-dbce553 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 6, 2019 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BuildFunctionCall

func BuildFunctionCall(allParameters []IParameterContext, functionName string) CodeFunctionCall

Types

type BlockStatement

type BlockStatement struct {
	Condition      string
	BlockStatement []string
}

type CodeApp

type CodeApp struct {
}

func NewCodeApp

func NewCodeApp() *CodeApp

func (*CodeApp) ProcessFile

func (j *CodeApp) ProcessFile(path string) *CodeParser

func (*CodeApp) Start

func (j *CodeApp) Start(path string) CodeModel

type CodeAppListener

type CodeAppListener struct {
	BaseCodeListener
}

func NewCodeAppListener

func NewCodeAppListener() *CodeAppListener

func (*CodeAppListener) EnterFunctionDeclaration

func (s *CodeAppListener) EnterFunctionDeclaration(ctx *FunctionDeclarationContext)

func (*CodeAppListener) EnterMethodCallDeclaration

func (s *CodeAppListener) EnterMethodCallDeclaration(ctx *MethodCallDeclarationContext)

func (*CodeAppListener) EnterVariableDeclarators

func (s *CodeAppListener) EnterVariableDeclarators(ctx *VariableDeclaratorsContext)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL