public class CodeMember extends Object implements Comparable<CodeMember>
CodePackage.Codemap| Modifier and Type | Field and Description |
|---|---|
String |
className
Simple name of the class to which member belongs.
|
String |
memberName
Simple name of the member.
|
CodePackage |
packet
The package to which member belongs.
|
public final CodePackage packet
public final String className
public final String memberName
null, and this means that this member represents the whole class.public int compareTo(CodeMember that)
compareTo in interface Comparable<CodeMember>Copyright © 2019. All rights reserved.