proto-js-plugin
1.9.0
jvm
proto-js-plugin
/
io.spine.js.generate.output
/
CodeLine
Code
Line
public
abstract
class
CodeLine
A line of a JavaScript code.
The line is not aware of
indentation
.
Inheritors
VariableDeclaration
Comment
Import
Return
Members
Constructors
Code
Line
Link copied to clipboard
public
void
CodeLine
(
)
Functions
content
Link copied to clipboard
public
abstract
String
content
(
)
Obtains the value of the line.
empty
Line
Link copied to clipboard
public
static
CodeLine
emptyLine
(
)
Obtains an empty code line.
equals
Link copied to clipboard
public
boolean
equals
(
Object
o
)
hash
Code
Link copied to clipboard
public
int
hashCode
(
)
of
Link copied to clipboard
public
static
CodeLine
of
(
String
content
)
Obtains a code line with the specified content.
to
String
Link copied to clipboard
public
String
toString
(
)