com.vladium.util
Interface IConstants

All Known Implementing Classes:
ClassDescriptor, InstrVisitor, MethodDescriptor

public interface IConstants

Author:
Vlad Roubtsov, (C) 2003

Field Summary
static java.io.File[] EMPTY_FILE_ARRAY
           
static int[] EMPTY_INT_ARRAY
           
static java.lang.String[] EMPTY_STRING_ARRAY
           
static java.lang.String EOL
           
static java.lang.String INDENT_INCREMENT
           
 

Field Detail

EMPTY_STRING_ARRAY

static final java.lang.String[] EMPTY_STRING_ARRAY

EMPTY_FILE_ARRAY

static final java.io.File[] EMPTY_FILE_ARRAY

EMPTY_INT_ARRAY

static final int[] EMPTY_INT_ARRAY

EOL

static final java.lang.String EOL

INDENT_INCREMENT

static final java.lang.String INDENT_INCREMENT
See Also:
Constant Field Values