Java org.eclipse.jdt.core ToolFactory fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jdt.core ToolFactory fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jdt.core ToolFactory.

The text is from its open source code.

Field

intM_FORMAT_EXISTING
This mode is used for formatting existing code when all formatter options should be used.

Method

CodeFormattercreateCodeFormatter(Map options)
Create an instance of the built-in code formatter.
CodeFormattercreateCodeFormatter(Map options, int mode)
Creates an instance of a code formatter.
IClassFileReadercreateDefaultClassFileReader(IClassFile classfile, int decodingFlag)
Create a classfile reader onto a classfile Java element.
IClassFileReadercreateDefaultClassFileReader(InputStream stream, int decodingFlag)
Create a default classfile reader, able to expose the internal representation of a given classfile according to the decoding flag used to initialize the reader.
IClassFileReadercreateDefaultClassFileReader(String fileName, int decodingFlag)
Create a default classfile reader, able to expose the internal representation of a given classfile according to the decoding flag used to initialize the reader.
IClassFileReadercreateDefaultClassFileReader(String zipFileName, String zipEntryName, int decodingFlag)
Create a default classfile reader, able to expose the internal representation of a given classfile according to the decoding flag used to initialize the reader.
ICodeFormattercreateDefaultCodeFormatter(Map options)
Create an instance of the default code formatter.
IScannercreateScanner(boolean tokenizeComments, boolean tokenizeWhiteSpace, boolean assertMode, boolean recordLineSeparator)
Create a scanner, indicating the level of detail requested for tokenizing.
IScannercreateScanner(boolean tokenizeComments, boolean tokenizeWhiteSpace, boolean recordLineSeparator, String sourceLevel)
Create a scanner, indicating the level of detail requested for tokenizing.
IScannercreateScanner(boolean tokenizeComments, boolean tokenizeWhiteSpace, boolean recordLineSeparator, String sourceLevel, String complianceLevel)
Create a scanner, indicating the level of detail requested for tokenizing.