- validateSettings() - Method in class de.hunsicker.jalopy.swing.AbstractSettingsPage
-
Validates this page's settings.
- validateSettings() - Method in class de.hunsicker.jalopy.swing.HeaderSettingsPage
-
Validates this page's settings.
- validateSettings() - Method in class de.hunsicker.jalopy.swing.JavadocSettingsPage
-
Validates this page's settings.
- ValidationException - Exception in de.hunsicker.jalopy.swing
-
Indicates that some user specified input violates some data constraint.
- ValidationException() - Constructor for exception de.hunsicker.jalopy.swing.ValidationException
-
Creates a new ValidationException object.
- ValidationException(String) - Constructor for exception de.hunsicker.jalopy.swing.ValidationException
-
Creates a new ValidationException object.
- valueOf(String) - Static method in class de.hunsicker.io.FileFormat
-
Returns the FileFormat object for the given file format string.
- valueOf(String) - Static method in class de.hunsicker.jalopy.language.DeclarationType
-
Returns the declaration type of the given abreviation.
- valueOf(AST) - Static method in class de.hunsicker.jalopy.language.JavaNodeModifier
-
Returns the modifier mask of the given modifiers node.
- valueOf(String) - Static method in class de.hunsicker.jalopy.language.MethodType
-
Returns the method type of the given method name.
- valueOf(String) - Static method in class de.hunsicker.jalopy.language.ModifierType
-
Returns the modifier type for the given name.
- valueOf(String) - Static method in class de.hunsicker.jalopy.storage.History.Method
-
Returns the history method for the given name.
- valueOf(String) - Static method in class de.hunsicker.jalopy.storage.History.Policy
-
Returns the policy for the given name.
- valueOf(String) - Static method in class de.hunsicker.jalopy.storage.ImportPolicy
-
Returns the ImportPolicy for the given name.
- valueOf(String) - Static method in class de.hunsicker.util.Version
-
Returns the version object for the given string.
- VARIABLE - Static variable in class de.hunsicker.jalopy.language.DeclarationType
-
Represents an instance variable declaration.
- variable() - Method in class de.hunsicker.jalopy.language.JavadocParser
-
- VARIABLE_DEF - Static variable in class de.hunsicker.jalopy.language.JavaTokenTypes
-
- VARIABLE_INT - Static variable in class de.hunsicker.jalopy.language.DeclarationType
-
The bit value for instance variables.
- variableDeclarator(JavaNode, JavaNode) - Method in class de.hunsicker.jalopy.language.JavaParser
-
Declaration of a variable.
- variableDefinitions(JavaNode, JavaNode) - Method in class de.hunsicker.jalopy.language.JavaParser
-
- varInitializer() - Method in class de.hunsicker.jalopy.language.JavaParser
-
- Version - Class in de.hunsicker.util
-
A class that represents version information.
- Version(String, int, int) - Constructor for class de.hunsicker.util.Version
-
Creates a new Version object.
- Version(String, int, int, int) - Constructor for class de.hunsicker.util.Version
-
Creates a new Version object.
- Version(String, int, int, int, boolean) - Constructor for class de.hunsicker.util.Version
-
Creates a new Version object.
- VersionMismatchException - Exception in de.hunsicker.jalopy
-
Indicates a version mismatch between the specification versions of the Jalopy Plug-in
API and a concrete Plug-in implementation.
- VersionMismatchException(Version, Version) - Constructor for exception de.hunsicker.jalopy.VersionMismatchException
-
Creates a new VersionMismatchException object.
- visit(AST) - Method in class de.hunsicker.jalopy.language.CodeInspector
-
Callback method that can be called for a node found.
- visit(AST) - Method in class de.hunsicker.jalopy.language.TreeWalker
-
Callback method that can be called for a node found.
- VOCAB - Static variable in class de.hunsicker.jalopy.language.JavaTokenTypes
-
- VOLATILE - Static variable in class de.hunsicker.jalopy.language.ModifierType
-
Represents the volatile modifier.