erjang.m.erlang
Class Native

java.lang.Object
  extended by erjang.ENative
      extended by erjang.m.erlang.Native

public class Native
extends ENative

Hook to identify classes that contain native code for this module


Constructor Summary
Native()
           
 
Method Summary
protected  java.lang.Class<?>[] getNativeClasses()
          if you want to put the BIFs in multiple class files, you can tell which class files here.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Native

public Native()
Method Detail

getNativeClasses

protected java.lang.Class<?>[] getNativeClasses()
Description copied from class: ENative
if you want to put the BIFs in multiple class files, you can tell which class files here. Normally that is not needed, but the module erlang has so many BIFs that it is very inconvenient to have them in one large file.

Overrides:
getNativeClasses in class ENative


TBD erjang license note