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

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

Introduction

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

The text is from its open source code.

Field

intVK_INSTANCE_FIELD
Variable kind which represents an instance field.
intVK_STATIC_FINAL_FIELD
Variable kind which represents a static final field.
intVK_PARAMETER
Variable kind which represents an argument.
intVK_LOCAL
Variable kind which represents a local variable.
intBK_NAME
The base name associated to this base name kind is a simple name.
intBK_TYPE_NAME
The base name associated to this base name kind is a simple type name.

Method