ix.util
Interface ProgramSource

All Known Implementing Classes:
IScriptLispSource, LispSourceText

public interface ProgramSource

An object that represents, or contains, source code.

This interface is currently unused. See IScriptSource.


Method Summary
 java.lang.String getLanguage()
           
 java.lang.Object getSource()
           
 

Method Detail

getLanguage

java.lang.String getLanguage()

getSource

java.lang.Object getSource()