|
JavaScript Development Tools Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.wst.jsdt.core.infer.InferOptions
public class InferOptions
Inference Options Provisional API: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.
Field Summary | |
---|---|
static int |
DOC_LOCATION_AFTER
|
static int |
DOC_LOCATION_BEFORE
|
int |
docLocation
|
String |
engineClass
|
static String |
OPTION_DocLocation
|
static String |
OPTION_SaveArgumentComments
|
static String |
OPTION_UseAssignments
|
static String |
OPTION_UseInitMethod
|
boolean |
saveArgumentComments
|
char[][] |
systemClassMethod
|
boolean |
useAssignments
Set to true var types are inferred based on assigments |
boolean |
useInitMethod
|
Constructor Summary | |
---|---|
InferOptions()
Initializing the compiler options with defaults |
|
InferOptions(Map settings)
Initializing the compiler options with external settings |
Method Summary | |
---|---|
InferEngine |
createEngine()
|
Map |
getMap()
|
void |
set(Map optionsMap)
|
void |
setDefaultOptions()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String OPTION_UseAssignments
public static final String OPTION_UseInitMethod
public static final String OPTION_SaveArgumentComments
public static final String OPTION_DocLocation
public static final int DOC_LOCATION_BEFORE
public static final int DOC_LOCATION_AFTER
public char[][] systemClassMethod
public boolean useAssignments
public boolean useInitMethod
public String engineClass
public boolean saveArgumentComments
public int docLocation
Constructor Detail |
---|
public InferOptions()
public InferOptions(Map settings)
settings
- Method Detail |
---|
public void setDefaultOptions()
public Map getMap()
public void set(Map optionsMap)
public String toString()
toString
in class Object
public InferEngine createEngine()
|
JavaScript Development Tools Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |