Uses of Class
SFE.Compiler.Function

Packages that use Function
SFE.Compiler   
 

Uses of Function in SFE.Compiler
 

Fields in SFE.Compiler declared as Function
static Function Function.currentFunction
           
static Function Program.output
          Hold a refernece to the output function
 

Methods in SFE.Compiler that return Function
static Function Program.functionFromName(java.lang.String name)
           
 

Methods in SFE.Compiler with parameters of type Function
 void Program.addFunction(Function function)
          Adds a new function to this program.
 java.lang.String StructType.toFormat(java.lang.String parentName, Function function)
          Returns a String representing this object as it should appear in the format file.
 java.lang.String ArrayType.toFormat(java.lang.String parentName, Function function)
          Returns a String representing this object as it should appear in the format file.