rero.bridges.menu
Class CodeSnippet

java.lang.Object
  extended byrero.bridges.menu.CodeSnippet

public class CodeSnippet
extends Object


Field Summary
protected  Block code
           
protected  ScriptInstance owner
           
 
Constructor Summary
CodeSnippet(ScriptInstance _owner, Block _code)
           
 
Method Summary
 Block getBlock()
           
 ScriptInstance getOwner()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

owner

protected ScriptInstance owner

code

protected Block code
Constructor Detail

CodeSnippet

public CodeSnippet(ScriptInstance _owner,
                   Block _code)
Method Detail

getBlock

public Block getBlock()

getOwner

public ScriptInstance getOwner()