|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.millscript.millscript.loaders.Loader
org.millscript.millscript.loaders.ValueLoader
public abstract class ValueLoader
This is the base class of all value loaders in MillScript. A value loader simply loads the contents of the source and binds it to the symbol registered with this loader.
| Field Summary |
|---|
| Fields inherited from class org.millscript.millscript.loaders.Loader |
|---|
entry, pack, symbol |
| Constructor Summary | |
|---|---|
ValueLoader()
|
|
| Method Summary | |
|---|---|
void |
loadBindings()
Causes this loader to load it's bindings. |
| Methods inherited from class org.millscript.millscript.loaders.Loader |
|---|
getInstance, getLineNumber, getOrigin, getSymbol, loadValue, newLoader, setContext, setLineNumber, setLoader, setOrigin |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ValueLoader()
| Method Detail |
|---|
public void loadBindings()
throws java.io.IOException
Loader
loadBindings in class Loaderjava.io.IOException - if something goes wrong reading from the sourceLoader.loadBindings()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||