Type Parameters:
D - Declared Statement representation
E - Effective Statement representation
All Implemented Interfaces:
StatementFactory<String,D,E>

@Beta public abstract class AbstractStringStatementSupport<D extends DeclaredStatement<String>,E extends EffectiveStatement<String,D>> extends AbstractStatementSupport<String,D,E>
Specialization of AbstractStatementSupport for String statement arguments. Note this (mostly) implies context-independence.