Interface FILisable

All Known Implementing Classes:
Binary, DefinedTypeInstance, EnumSymbol, FILString, Frame, Logical, Null, OrderedVector, UnorderedVector, Variable

public interface FILisable

The interface `FILisable' represents objects that can be written out as FIL.


Method Summary
 java.lang.String FILise(boolean HTML)
          Returns a string representing the object in FIL.
 

Method Detail

FILise

public java.lang.String FILise(boolean HTML)
Returns a string representing the object in FIL.
Parameters:
HTML - If true, the FIL will be augmented with HTML tags.
Returns:
A string representing the object in FIL.