- VARIABLE -
Static variable in class de.hunsicker.jalopy.language.DeclarationType
- Represents an instance variable declaration.
- VARIABLE_DEF -
Static variable in class de.hunsicker.jalopy.language.JavaTokenTypes
- DOCUMENT ME!
- VARIABLE_INT -
Static variable in class de.hunsicker.jalopy.language.DeclarationType
- The bit value for instance variables.
- VOCAB -
Static variable in class de.hunsicker.jalopy.language.JavaTokenTypes
- DOCUMENT ME!
- VOLATILE -
Static variable in class de.hunsicker.jalopy.language.ModifierType
- Represents the volatile modifier.
- ValidationException - exception de.hunsicker.jalopy.swing.ValidationException.
- Indicates that some user specified input violates some data constraint.
- ValidationException() -
Constructor for class de.hunsicker.jalopy.swing.ValidationException
- Creates a new ValidationException object.
- ValidationException(String) -
Constructor for class de.hunsicker.jalopy.swing.ValidationException
- Creates a new ValidationException object.
- Version - class de.hunsicker.util.Version.
- 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 de.hunsicker.jalopy.VersionMismatchException.
- 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 class de.hunsicker.jalopy.VersionMismatchException
- Creates a new VersionMismatchException object.
- 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. Pages that need their input validated should
override to provide the needed implementation.
In case of any violation the implementation should simply display an error message
and throw a ValidationException
to inform the caller about the
invalid input.
- validateSettings() -
Method in class de.hunsicker.jalopy.swing.JavadocSettingsPage
- Validates this page's settings. Pages that need their input validated should
override to provide the needed implementation.
In case of any violation the implementation should simply display an error message
and throw a ValidationException
to inform the caller about the
invalid input.
- 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.
- varInitializer() -
Method in class de.hunsicker.jalopy.language.JavaParser
- DOCUMENT ME!
- variable() -
Method in class de.hunsicker.jalopy.language.JavadocParser
- DOCUMENT ME!
- 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
- DOCUMENT ME!
- visit(AST) -
Method in class de.hunsicker.jalopy.language.CodeInspector
- Callback method that can be called for a node found. Overwrite to perform whatever
action you want take place for a node.
In the default implementation, this method will be called for every node of the
tree.
- visit(AST) -
Method in class de.hunsicker.jalopy.language.TreeWalker
- Callback method that can be called for a node found.