Interface CompileTester.ColumnClause<T>

Type Parameters:
T - the clause type returned by CompileTester.ChainingClause.and()
All Superinterfaces:
CompileTester.ChainingClause<T>
Enclosing interface:
CompileTester

public static interface CompileTester.ColumnClause<T> extends CompileTester.ChainingClause<T>
The clause in the fluent API that checks that a diagnostic starts at a particular column.
Author:
Gregory Kick