| Package | Description |
|---|---|
| com.github.kklisura.cdt.protocol.events.debugger | |
| com.github.kklisura.cdt.protocol.types.debugger |
| Modifier and Type | Method and Description |
|---|---|
ScriptLanguage |
ScriptFailedToParse.getScriptLanguage()
The language of the script.
|
ScriptLanguage |
ScriptParsed.getScriptLanguage()
The language of the script.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ScriptFailedToParse.setScriptLanguage(ScriptLanguage scriptLanguage)
The language of the script.
|
void |
ScriptParsed.setScriptLanguage(ScriptLanguage scriptLanguage)
The language of the script.
|
| Modifier and Type | Method and Description |
|---|---|
static ScriptLanguage |
ScriptLanguage.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScriptLanguage[] |
ScriptLanguage.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2021 Kenan Klisura. All rights reserved.