X
- the class of the object this function can extract CodePositions from.public static interface SourceCodeColumn.PositionExtractor<X>
Modifier and Type | Method and Description |
---|---|
SourceCodeColumn.CodePosition |
extractCodePosition(X obj)
Extracts the CodePosition from a given object.
|
int |
getTabSize()
The tabulator size used in CodePositions returned by this PositionExtractor.
|
SourceCodeColumn.CodePosition extractCodePosition(@NonNull X obj)
obj
- some object.int getTabSize()
Copyright (C) 2016 Benjamin Paaßen, AG Theoretical Computer Science, Centre of Excellence Cognitive Interaction Technology (CITEC), University of Bielefeld, licensed under the AGPL v. 3: http://openresearch.cit-ec.de/projects/tcs . This documentation is licensed under the conditions of CC-BY-SA 4.0: https://creativecommons.org/licenses/by-sa/4.0/