* reference position to <code>offset</code> resides, or
* <code>null</code> if it cannot be determined
*/
- public StringBuffer getReferenceIndentation(int offset) {
- return getReferenceIndentation(offset, false);
- }
+// public StringBuffer getReferenceIndentation(int offset) {
+// return getReferenceIndentation(offset, false);
+// }
/**
* Computes the indentation at the reference point of <code>position</code>.
* @return the reference statement relative to which <code>offset</code>
* should be indented, or {@link JavaHeuristicScanner#NOT_FOUND}
*/
- public int findReferencePosition(int offset) {
- return findReferencePosition(offset, peekChar(offset));
- }
+// public int findReferencePosition(int offset) {
+// return findReferencePosition(offset, peekChar(offset));
+// }
/**
* Peeks the next char in the document that comes after <code>offset</code>