org.jnetstream.lang.npl
Interface NplProgram


public interface NplProgram

NPL based program. The program is a tree of nodes that can be traversed and executed, or processed further down to a lower level representation such as java byte code, BPF byte code or even native processor instructions.

Author:
Mark Bednarczyk, Sly Technologies, Inc.

Method Summary
 java.net.URI getSourceUri()
           
 

Method Detail

getSourceUri

java.net.URI getSourceUri()