Package net.officefloor.compile.classes
Interface OfficeFloorJavaCompiler.JavaSourceContext
- 
- Enclosing class:
- OfficeFloorJavaCompiler
 
 public static interface OfficeFloorJavaCompiler.JavaSourceContextContext for theOfficeFloorJavaCompiler.JavaSourceWriter.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description OfficeFloorJavaCompiler.ClassNamegetClassName()Obtains theOfficeFloorJavaCompiler.ClassNamename for theOfficeFloorJavaCompiler.JavaSource.java.lang.AppendablegetSource()Obtains theAppendableto write additional source.
 
- 
- 
- 
Method Detail- 
getClassNameOfficeFloorJavaCompiler.ClassName getClassName() Obtains theOfficeFloorJavaCompiler.ClassNamename for theOfficeFloorJavaCompiler.JavaSource.- Returns:
- OfficeFloorJavaCompiler.ClassNamename for the- OfficeFloorJavaCompiler.JavaSource.
 
 - 
getSourcejava.lang.Appendable getSource() Obtains theAppendableto write additional source.- Returns:
- Appendableto write additional source.
 
 
- 
 
-