Modifier and Type | Method and Description |
---|---|
BFScript.MemoryChunk |
BFScript.allocateMemory(java.lang.String name,
int size)
Allocate Memory in BFVM?
|
BFScript.MemoryChunk |
BFFutureCommand.getChunk()
Get the chunk used in this command
|
BFScript.MemoryChunk |
BFFutureCommand.getDestChunk()
Get the destination chunk used in this command
|
BFScript.MemoryChunk |
BFScript.getDifference(BFScript.MemoryChunk a,
BFScript.MemoryChunk b)
Returns chunk with value
|
Modifier and Type | Method and Description |
---|---|
void |
FutureCommands.copyChunkAToB(BFScript.MemoryChunk a,
BFScript.MemoryChunk b)
Copy chunk A to chunk b
|
void |
BFScript.MemoryChunk.copyFrom(BFScript.MemoryChunk mc)
Copy a value from a given MemoryChunk into self
|
void |
BFScript.deallocateMemory(BFScript.MemoryChunk c)
Slower version of
BFScript.deallocateMemory(String) |
BFScript.MemoryChunk |
BFScript.getDifference(BFScript.MemoryChunk a,
BFScript.MemoryChunk b)
Returns chunk with value
|
void |
BFScript.ifAGTBdoThis(BFScript.MemoryChunk aLocation,
BFScript.MemoryChunk bLocation,
FutureCommands cmds)
Deprecated.
|
void |
FutureCommands.moveToChunk(BFScript.MemoryChunk a)
Move to a provoided chunk
|
void |
BFScript.print(BFScript.MemoryChunk... c)
Print out numerous chunks.
|
void |
BFScript.print(BFScript.MemoryChunk c)
Print out the values wrapped by the chunk.
|
void |
FutureCommands.printChunkA(BFScript.MemoryChunk a)
Print out the given chunk
|
BFFutureCommand |
BFFutureCommand.setChunk(BFScript.MemoryChunk c)
Set the chunk used in this command.
|
BFFutureCommand |
BFFutureCommand.setDestChunk(BFScript.MemoryChunk c)
Set the destination chunk for this command.
|