mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 22:25:34 +00:00
25 lines
501 B
Java
25 lines
501 B
Java
package aO;
|
|
|
|
import G.GComponentCd;
|
|
|
|
class TostringInAoPackage {
|
|
private GComponentCd b = null;
|
|
|
|
i(a parama, GComponentCd paramcd) {
|
|
this.b = paramcd;
|
|
}
|
|
|
|
public String toString() {
|
|
return (a() == null) ? "[none]" : ((a().g() == null) ? "Unknown" : a().g());
|
|
}
|
|
|
|
public GComponentCd a() {
|
|
return this.b;
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/aO/i.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |