rero.bridges.menu
Class CodeSnippet
java.lang.Object
rero.bridges.menu.CodeSnippet
public class CodeSnippet
- extends Object
Field Summary |
protected Block |
code
|
protected ScriptInstance |
owner
|
Constructor Summary |
CodeSnippet(ScriptInstance _owner,
Block _code)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
owner
protected ScriptInstance owner
code
protected Block code
CodeSnippet
public CodeSnippet(ScriptInstance _owner,
Block _code)
getBlock
public Block getBlock()
getOwner
public ScriptInstance getOwner()