intellij

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Nov 27, 2017 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Overview

Package intellij contains the bblfsh predicates we want to look for in ASTs generated by the Intellij BashSupport module, which are based on constants defined in that library.

Index

Constants

This section is empty.

Variables

View Source
var (
	File               = HasInternalType("FILE")
	Comment            = HasInternalType("[Bash] Comment")
	Shebang            = HasInternalType("[Bash] shebang element")
	VarDefElement      = HasInternalType("var-def-element")
	AssignmentWord     = HasInternalType("[Bash] assignment_word")
	FunctionDefElement = HasInternalType("function-def-element")
	Function           = HasInternalType("[Bash] function")
	NamedSymbol        = HasInternalType("[Bash] named symbol")
	GroupElement       = HasInternalType("group element")
	IfShellCommand     = HasInternalType("if shellcommand")
	ForShellCommand    = HasInternalType("for shellcommand")
	WhileLoop          = HasInternalType("while loop")
	UntilLoop          = HasInternalType("until loop")
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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