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.JavaFileObject
JavaFileObject.Kind
-
-
Field Summary
-
Fields inherited from class javax.tools.SimpleJavaFileObject
kind, uri
-
-
Constructor Summary
Constructors Constructor Description ExpressionCode(String className, String code, Vector<RenderedImage> sources)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Vector<RenderedImage>
getSources()
-
Methods inherited from class com.bc.ceres.compiler.Code
getCharContent, getClassName
-
Methods inherited from class javax.tools.SimpleJavaFileObject
delete, getAccessLevel, getKind, getLastModified, getName, getNestingKind, isNameCompatible, openInputStream, openOutputStream, openReader, openWriter, toString, toUri
-
-
-
-
Constructor Detail
-
ExpressionCode
public ExpressionCode(String className, String code, Vector<RenderedImage> sources)
-
-
Method Detail
-
getSources
public Vector<RenderedImage> getSources()
-
-