Package | Description |
---|---|
com.scriptbasic | |
com.scriptbasic.interfaces | |
com.scriptbasic.sourceproviders |
Modifier and Type | Method and Description |
---|---|
void |
Engine.eval(String sourceFileName,
SourcePath path) |
void |
Engine.load(String sourceFileName,
SourcePath path) |
Modifier and Type | Method and Description |
---|---|
SourcePath |
SourcePathProvider.getSourcePath() |
Modifier and Type | Method and Description |
---|---|
void |
EngineApi.eval(String sourceFileName,
SourcePath path)
Read the content of the file and execute it.
|
void |
EngineApi.load(String sourceFileName,
SourcePath path)
Read the content of the file and execute it.
|
void |
SourcePathProvider.setSourcePath(SourcePath sourcePath) |
Modifier and Type | Class and Description |
---|---|
class |
BasicSourcePath
A very simple SourcePath implementation.
|
Modifier and Type | Method and Description |
---|---|
SourcePath |
AbstractSourcePathSourceProvider.getSourcePath() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractSourcePathSourceProvider.setSourcePath(SourcePath sourcePath) |
Copyright © 2013 Verhas and Verhas Software Craftsmen. All Rights Reserved.