Class ModuleInfo
- java.lang.Object
-
- org.jd.core.v1.model.classfile.attribute.ModuleInfo
-
public class ModuleInfo extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ModuleInfo(java.lang.String name, int flags, java.lang.String version)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetFlags()java.lang.StringgetName()java.lang.StringgetVersion()java.lang.StringtoString()
-