| java.lang.Object edu.rice.cs.drjava.model.definitions.reducedmodel.IndentInfo
IndentInfo | public class IndentInfo (Code) | | Indent information block.
version: $Id: IndentInfo.java 4255 2007-08-28 19:17:37Z mgricken $ |
Constructor Summary | |
public | IndentInfo() Creates an IndentInfo with default values. | public | IndentInfo(String _braceType, int _distToNewline, int _distToBrace, int _distToPrevNewline) |
distToBrace | public int distToBrace(Code) | | |
distToBraceCurrent | public int distToBraceCurrent(Code) | | |
distToNewline | public int distToNewline(Code) | | |
distToNewlineCurrent | public int distToNewlineCurrent(Code) | | |
distToPrevNewline | public int distToPrevNewline(Code) | | |
IndentInfo | public IndentInfo()(Code) | | Creates an IndentInfo with default values.
|
IndentInfo | public IndentInfo(String _braceType, int _distToNewline, int _distToBrace, int _distToPrevNewline)(Code) | | Creates an indent info with the specified parameters
Parameters: _braceType - the braceType Parameters: _distToNewline - the distance to the next newline Parameters: _distToBrace - the distance to a brace Parameters: _distToPrevNewline - the distance to the previous newline |
|
|