Interface JavaConstant.Visitor<T>

Type Parameters:
T - The type of the value that is returned by this visitor.
All Known Implementing Classes:
JavaConstant.Visitor.NoOp, JavaConstantValue.Visitor
Enclosing interface:
JavaConstant

public static interface JavaConstant.Visitor<T>
A visitor to resolve a JavaConstant based on its implementation.