Evaluating Software Design Patterns
— the "Gang of Four" patterns implemented in Java 6

Constant Field Values


Contents
dk.rode.*

dk.rode.thesis.builder.CountingExpressionBuilder<E>
public static final String PREFIX "count."

dk.rode.thesis.command.CommandException
static final long serialVersionUID 1L

dk.rode.thesis.command.EvilCommand.EvilCommandException
static final long serialVersionUID 1L

dk.rode.thesis.flyweight.Whitespace
static final String space " "

dk.rode.thesis.interpreter.BreakExpression.BreakException
static final long serialVersionUID 1L

dk.rode.thesis.interpreter.ExpressionException
static final long serialVersionUID 1L

dk.rode.thesis.memento.MemorizableException
static final long serialVersionUID 1L

dk.rode.thesis.memento.RangeSequence
static final long serialVersionUID 1L

dk.rode.thesis.meta.util.Const
public static final String CONSTRUCTOR_NAME "<init>"
public static final String EMPTY ""
public static final transient int EOF -1
public static final transient int INFINITE -1
public static final long SERIAL_VERSION_UID 1L
public static final String STATIC_INITIALISER_NAME "<clinit>"

dk.rode.thesis.singleton.DanishAlphabetSequence
public static final int SIZE 29

dk.rode.thesis.singleton.SingletonError
static final long serialVersionUID 1L

dk.rode.thesis.singleton.SingletonException
static final long serialVersionUID 1L

dk.rode.thesis.templatemethod.SequenceValueException
static final long serialVersionUID 1L


Gunni Rode / rode.dk

Feel free to use and/or modify the Java 6 source code developed for this thesis AT YOUR OWN RISK, but note that the source code comes WITHOUT ANY — and I do mean WITHOUT ANY — form of warranty WHAT SO EVER!

The original thesis and source code are available at rode.dk/thesis.