com.yworks.yshrink.model.ClassDescriptor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of yguard Show documentation
Show all versions of yguard Show documentation
The open-source Java obfuscation tool working with Ant and Gradle by yWorks - the diagramming experts
package com.yworks.yshrink.model;
import org.objectweb.asm.Opcodes;
import com.yworks.util.graph.Node;
import java.io.File;
import java.util.*;
/**
* @author Michael Schroeder, yWorks GmbH http://www.yworks.com
*/
public class ClassDescriptor extends AbstractDescriptor {
private String name;
private String superName;
private String[] interfaces;
private String enclosingClass;
private AbstractMap.SimpleEntry