Package com.bc.ceres.jai.opimage
Class ExpressionCode
- java.lang.Object
- 
- javax.tools.SimpleJavaFileObject
- 
- com.bc.ceres.compiler.Code
- 
- com.bc.ceres.jai.opimage.ExpressionCode
 
 
 
- 
- All Implemented Interfaces:
- FileObject,- JavaFileObject
 
 public class ExpressionCode extends Code 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface javax.tools.JavaFileObjectJavaFileObject.Kind
 
- 
 - 
Field Summary- 
Fields inherited from class javax.tools.SimpleJavaFileObjectkind, uri
 
- 
 - 
Constructor SummaryConstructors Constructor Description ExpressionCode(String className, String code, Vector<RenderedImage> sources)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Vector<RenderedImage>getSources()- 
Methods inherited from class com.bc.ceres.compiler.CodegetCharContent, getClassName
 - 
Methods inherited from class javax.tools.SimpleJavaFileObjectdelete, getAccessLevel, getKind, getLastModified, getName, getNestingKind, isNameCompatible, openInputStream, openOutputStream, openReader, openWriter, toString, toUri
 
- 
 
- 
- 
- 
Constructor Detail- 
ExpressionCodepublic ExpressionCode(String className, String code, Vector<RenderedImage> sources) 
 
- 
 - 
Method Detail- 
getSourcespublic Vector<RenderedImage> getSources() 
 
- 
 
-