public class CodeLine extends Object implements Comparable<CodeLine>
| Constructor and Description |
|---|
CodeLine(String className,
String methodName,
int line) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(CodeLine cl) |
String |
getClassName() |
String |
getExt() |
int |
getLine() |
String |
getMethodName() |
String |
getSimpleClassName() |
String |
getType() |
CodeLine |
modify() |
String |
toString() |
public CodeLine modify()
public int compareTo(CodeLine cl)
compareTo in interface Comparable<CodeLine>public String getType()
public String getClassName()
public String getExt()
public String getMethodName()
public int getLine()
public String getSimpleClassName()
Copyright © 2015 JBoss, a division of Red Hat, Inc. All rights reserved.