mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 21:50:45 +00:00
More documentation.
This commit is contained in:
@@ -57,7 +57,7 @@ public abstract class AS3ClassTreeItem implements TreeItem {
|
||||
/**
|
||||
* Gets name with namespace suffix.
|
||||
*
|
||||
* @return
|
||||
* @return Name with namespace suffix
|
||||
*/
|
||||
public String getNameWithNamespaceSuffix() {
|
||||
String ret = name;
|
||||
@@ -70,7 +70,7 @@ public abstract class AS3ClassTreeItem implements TreeItem {
|
||||
/**
|
||||
* Gets name with namespace suffix but printable.
|
||||
*
|
||||
* @return
|
||||
* @return Name with namespace suffix but printable
|
||||
*/
|
||||
public String getPrintableNameWithNamespaceSuffix() {
|
||||
String ret = IdentifiersDeobfuscation.printIdentifier(true, name);
|
||||
@@ -83,17 +83,12 @@ public abstract class AS3ClassTreeItem implements TreeItem {
|
||||
/**
|
||||
* Gets class path as string.
|
||||
*
|
||||
* @return
|
||||
* @return Class path as string
|
||||
*/
|
||||
public String getPath() {
|
||||
return path.toString();
|
||||
}
|
||||
|
||||
/**
|
||||
* ToString.
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
@Override
|
||||
public String toString() {
|
||||
return getPrintableNameWithNamespaceSuffix();
|
||||
|
||||
Reference in New Issue
Block a user