tcl.pkg.java
Class BlendExtension

java.lang.Object
  extended by tcl.lang.Extension
      extended by tcl.pkg.java.BlendExtension

public class BlendExtension
extends Extension


Constructor Summary
BlendExtension()
           
 
Method Summary
 void init(Interp interp)
          Initialize the Extension to run in a normal (unsafe) interpreter.
 
Methods inherited from class tcl.lang.Extension
loadOnDemand, safeInit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlendExtension

public BlendExtension()
Method Detail

init

public void init(Interp interp)
          throws TclException
Description copied from class: Extension
Initialize the Extension to run in a normal (unsafe) interpreter. This usually means creating all the commands provided by this class. A particular implementation can arrange the commands to be loaded on-demand using the loadOnDemand() function.

Specified by:
init in class Extension
Parameters:
interp - current interpreter.
Throws:
TclException


Copyright © 2015. All rights reserved.