|
|
|
|
Deprecated API
Contents
Deprecated Classes
|
org.eclipse.jet.AbstractContextExtender
Since 0.9.0. Use public methods
JET2Context.addPrivateData(String, Object) and
JET2Context.getPrivateData(String)
|
org.eclipse.jet.compiler.Comment
Since 0.8.0, use
Comment
|
org.eclipse.jet.compiler.DefaultJET2ASTVisitor
Since 0.8.0, use
JETASTVisitor
|
org.eclipse.jet.compiler.JavaElement
Since 0.8.0, use
JavaElement
|
org.eclipse.jet.compiler.JET2ASTElement
Since 0.8.0, use
JETASTElement
|
org.eclipse.jet.compiler.JET2CompilationUnit
Since 0.8.0, use
JETCompilationUnit
|
org.eclipse.jet.compiler.JET2Compiler
Since 0.8.0, use WorkspaceCompiler or
JETCompilerOptions for options |
org.eclipse.jet.compiler.JET2Declaration
Since 0.8.0, use
JavaDeclaration
|
org.eclipse.jet.compiler.JET2Directive
Since 0.8.0, use
JETDirective
|
org.eclipse.jet.compiler.JET2Expression
Since 0.8.0, use
JavaExpression
|
org.eclipse.jet.compiler.JET2Scriptlet
Since 0.8.0, use
JavaScriptlet
|
org.eclipse.jet.compiler.Problem
Since 0.8.0, use
Problem
|
org.eclipse.jet.compiler.TagLibraryUsageManager
Since 0.8.0, use
TagLibraryUsageManager
|
org.eclipse.jet.compiler.TextElement
Since 0.8.0, use
TextElement
|
org.eclipse.jet.compiler.XMLBodyElement
Since 0.8.0, use
XMLBodyElement
|
org.eclipse.jet.compiler.XMLBodyElementEnd
Since 0.8.0, use
XMLBodyElementEnd
|
org.eclipse.jet.compiler.XMLElement
Since 0.8.0, use
XMLElement
|
org.eclipse.jet.compiler.XMLEmptyElement
Since 0.8.0, use
XMLEmptyElement
|
Deprecated Methods
|
org.eclipse.jet.JET2Writer.addPosition(String, Position)
Use
BufferedJET2Writer.getAdapter(Class) to return an IDocument, and then
use IDocument.addPosition(String, Position) . |
org.eclipse.jet.JET2Writer.addPositionCategory(String)
Use
BufferedJET2Writer.getAdapter(Class) to return an IDocument, and then
use IDocument.addPositionCategory(String) . |
org.eclipse.jet.taglib.workspace.ActionsUtil.checkpointWorkspace(boolean)
Use
ActionsUtil.checkpointWorkspace(boolean,IProgressMonitor) instead |
org.eclipse.jet.JET2Platform.execute(String, IResource, IProgressMonitor)
Use
JET2Platform.runTransformOnResource(String,IResource,Map, IProgressMonitor) instead |
org.eclipse.jet.JET2Platform.execute(String, Object, IProgressMonitor)
Use
JET2Platform.runTransformOnObject(String,Object,Map, IProgressMonitor) instead |
org.eclipse.jet.JET2Platform.execute(String, String, IProgressMonitor)
Use
JET2Platform.runTransformOnString(String,String,IProgressMonitor) instead |
org.eclipse.jet.JET2Platform.execute(String, String, String, IProgressMonitor)
Use
JET2Platform.runTransformOnString(String,String,String,Map, IProgressMonitor) instead |
org.eclipse.jet.compiler.JET2Compiler.getDefaultCompilerOptions()
Use
JETCompilerOptions.getDefaultCompilerOptions() instead |
org.eclipse.jet.JET2Writer.getDocument()
Use
BufferedJET2Writer . |
org.eclipse.jet.taglib.java.JavaActionsUtil.getFolderForPackage(IPath, String)
Use
JavaActionsUtil.getContainerForPackage(IPath,String) instead |
org.eclipse.jet.taglib.java.JavaImportsUtil.getImportManager(JET2Writer)
Use
JavaActionsUtil.getImportManager(JET2Writer) instead |
org.eclipse.jet.JET2Writer.getLength()
Use
BufferedJET2Writer.getContentLength()
|
org.eclipse.jet.JET2Writer.getPositions(String)
Use
BufferedJET2Writer.getAdapter(Class) to return an IDocument, and then
use IDocument.getPositions(String) . |
org.eclipse.jet.compiler.Problem.getSeverity()
Use
Problem.getProblemSeverity() instead. |
org.eclipse.jet.JET2Context.logError(String, Throwable)
Please don't use, will be removed... |
org.eclipse.jet.compiler.JET2CompilationUnit.parse()
|
org.eclipse.jet.compiler.JET2CompilationUnit.parse(InputStream, String)
|
org.eclipse.jet.compiler.JET2CompilationUnit.parse(String)
|
org.eclipse.jet.JET2Writer.replace(int, int, String)
Use
BufferedJET2Writer.replaceContent(int, int, String) . |
Deprecated Constructors
|
org.eclipse.jet.compiler.Problem(String, ParseProblemSeverity, int, String, Object[], int, int, int, int)
Use
Problem.Problem(URI,String,ProblemSeverity,int,String,Object[],int,int,int,int) instead |
org.eclipse.jet.taglib.TagInfo(String, int, int, int, String[], String[])
Use
TagInfo.TagInfo(String, int, int, String[], String[])
instead. |
org.eclipse.jet.transform.TransformContextExtender(JET2Context)
Since 0.9.0 use
TransformContextExtender.getInstance(JET2Context) . |
org.eclipse.jet.taglib.workspace.WorkspaceContextExtender(JET2Context)
Since 0.9.0, use
WorkspaceContextExtender.getInstance(JET2Context) instead. |
org.eclipse.jet.XPathContextExtender(JET2Context)
Use
XPathContextExtender.getInstance(JET2Context) . This method will be made private in the near future. |
|
|
|