Uses of Class
org.dellroad.javabox.LineAndColumn
-
Uses of LineAndColumn in org.dellroad.javabox
Methods in org.dellroad.javabox that return LineAndColumnModifier and TypeMethodDescriptionUpdate the offsets by advancing through the given string.static LineAndColumnLineAndColumn.initial()Obtain an initial instance with all offsets set to zero.CompilerError.lineCol()Returns the value of thelineColrecord component.SnippetOutcome.offset()Get the position within the original script source of theSnippetOutcome.source()associated with this instance.Constructors in org.dellroad.javabox with parameters of type LineAndColumnModifierConstructorDescriptionCompilerError(LineAndColumn lineCol, String errorMessage) Creates an instance of aCompilerErrorrecord class.