public class ToolchainTypeInfo<T extends Toolchain> extends Object implements ValueTypeInfo<T>
Constructor and Description |
---|
ToolchainTypeInfo(Class<T> rawClass) |
Modifier and Type | Method and Description |
---|---|
<E extends Exception> |
create(ValueCreator<E> creator) |
<E extends Exception> |
visit(T value,
ValueVisitor<E> visitor) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createNotNull
public <E extends Exception> void visit(T value, ValueVisitor<E> visitor) throws E extends Exception
visit
in interface ValueTypeInfo<T extends Toolchain>
E extends Exception
@Nullable public <E extends Exception> T create(ValueCreator<E> creator) throws E extends Exception
create
in interface ValueTypeInfo<T extends Toolchain>
E extends Exception