Uses of Class
com.googlecode.jslint4java.Option

Packages that use Option
com.googlecode.jslint4java   
 

Uses of Option in com.googlecode.jslint4java
 

Methods in com.googlecode.jslint4java that return Option
static Option Option.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Option[] Option.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.googlecode.jslint4java with parameters of type Option
 void JSLint.addOption(Option o)
          Add an option to change the behaviour of the lint.
 void JSLint.addOption(Option o, String arg)
          Add an option to change the behaviour of the lint.
 



Copyright © 2007-2012. All Rights Reserved.