Package-level declarations

The package contains standard elements of JavaScript code such as a statement or a declaration.

Types

Link copied to clipboard
public class Comment extends CodeLine
A single-line comment.
Link copied to clipboard
public class Import extends CodeLine
An import of a file or a library.
Link copied to clipboard
public class MapExportSnippet implements Snippet
A snippet representing an export of an initialized map.
Link copied to clipboard
public class Method implements Snippet
The declaration of a method in JavaScript code.
Link copied to clipboard
public class Return extends CodeLine
A code line representing a return statement.
Link copied to clipboard
public class VariableDeclaration extends CodeLine
A declaration of a variable.