public class IndentGuideDescriptor
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
codeConstructStartLine |
int |
endLine |
int |
indentLevel |
int |
startLine |
Constructor and Description |
---|
IndentGuideDescriptor(int indentLevel,
int startLine,
int endLine) |
IndentGuideDescriptor(int indentLevel,
int codeConstructStartLine,
int startLine,
int endLine) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
toString() |
public final int indentLevel
public final int codeConstructStartLine
public final int startLine
public final int endLine