org.arch4j.generator
Interface JavaKeywordConstants
- All Superinterfaces:
- JavaPrimitiveConstants
- All Known Implementing Classes:
- GeneratorTest, JavaConstructorDefinition, JavaFieldDefinition, JavaMethodDefinition, JavaObjectDefinition, JavaSourceFile
- public interface JavaKeywordConstants
- extends JavaPrimitiveConstants
This interface defines String constants for each of the Java
reserved keywords used by the code generator. The list is not complete.
- Version:
- 1.0
- Author:
- Ross E. Greinke
ABSTRACT
public static final String ABSTRACT
- See Also:
- Constant Field Values
CATCH
public static final String CATCH
- See Also:
- Constant Field Values
CLASS
public static final String CLASS
- See Also:
- Constant Field Values
EXTENDS
public static final String EXTENDS
- See Also:
- Constant Field Values
FALSE
public static final String FALSE
- See Also:
- Constant Field Values
FINAL
public static final String FINAL
- See Also:
- Constant Field Values
FINALLY
public static final String FINALLY
- See Also:
- Constant Field Values
IMPLEMENTS
public static final String IMPLEMENTS
- See Also:
- Constant Field Values
IMPORT
public static final String IMPORT
- See Also:
- Constant Field Values
INTERFACE
public static final String INTERFACE
- See Also:
- Constant Field Values
NATIVE
public static final String NATIVE
- See Also:
- Constant Field Values
NEW
public static final String NEW
- See Also:
- Constant Field Values
NULL
public static final String NULL
- See Also:
- Constant Field Values
PACKAGE
public static final String PACKAGE
- See Also:
- Constant Field Values
DEFAULT_ACCESS
public static final String DEFAULT_ACCESS
- Default or package access is denoted by not specifying anything.
- See Also:
- Constant Field Values
PRIVATE
public static final String PRIVATE
- See Also:
- Constant Field Values
PROTECTED
public static final String PROTECTED
- See Also:
- Constant Field Values
PUBLIC
public static final String PUBLIC
- See Also:
- Constant Field Values
RETURN
public static final String RETURN
- See Also:
- Constant Field Values
STATIC
public static final String STATIC
- See Also:
- Constant Field Values
STRICTFP
public static final String STRICTFP
- See Also:
- Constant Field Values
SUPER
public static final String SUPER
- See Also:
- Constant Field Values
SYNCHRONIZED
public static final String SYNCHRONIZED
- See Also:
- Constant Field Values
THIS
public static final String THIS
- See Also:
- Constant Field Values
THROW
public static final String THROW
- See Also:
- Constant Field Values
THROWS
public static final String THROWS
- See Also:
- Constant Field Values
TRANSIENT
public static final String TRANSIENT
- See Also:
- Constant Field Values
TRUE
public static final String TRUE
- See Also:
- Constant Field Values
TRY
public static final String TRY
- See Also:
- Constant Field Values
VOID
public static final String VOID
- See Also:
- Constant Field Values
VOLATILE
public static final String VOLATILE
- See Also:
- Constant Field Values
Copyright © 2000-2004 SpiderLogic, a service of Wipfli Ullrich Bertelson LLP.