Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
N
V
A
AbstractReflectionVisitor
- Class in
no.sesat.commons.visitor
A helper implementation of the Visitor pattern using java's reflection.
AbstractReflectionVisitor()
- Constructor for class no.sesat.commons.visitor.
AbstractReflectionVisitor
Creates a new instance of AbstractReflectionVisitor.
accept(Visitor)
- Method in interface no.sesat.commons.visitor.
Visitable
Method to accept a visitor.
N
no.sesat.commons.visitor
- package no.sesat.commons.visitor
V
visit(Visitable)
- Method in class no.sesat.commons.visitor.
AbstractReflectionVisitor
Method implementing Visitor interface.
visit(Visitable)
- Method in interface no.sesat.commons.visitor.
Visitor
Method to hold implementation for what the visitor is supposed to do to the Visitable object.
VISIT_METHOD_IMPL
- Static variable in class no.sesat.commons.visitor.
AbstractReflectionVisitor
String specifying name of method used to overload by any class extending this.
Visitable
- Interface in
no.sesat.commons.visitor
Interface for Classes that will implement the Visitor pattern.
visitImpl(Object)
- Method in class no.sesat.commons.visitor.
AbstractReflectionVisitor
Final fallback method.
Visitor
- Interface in
no.sesat.commons.visitor
Interface for Classes that will implement the Visitor pattern.
A
N
V
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2009 Schibsted Søk AS. All Rights Reserved.