Package gw.lang.gosuc
Class GosucDependency
- java.lang.Object
-
- gw.lang.gosuc.GosucDependency
-
- All Implemented Interfaces:
Serializable
public class GosucDependency extends Object implements Serializable
module-name [: exported]- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GosucDependency(String modName, boolean exported)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetModuleName()inthashCode()booleanisExported()static GosucDependencyparse(GosucProjectParser parser)Stringwrite()
-
-
-
Constructor Detail
-
GosucDependency
public GosucDependency(String modName, boolean exported)
-
-
Method Detail
-
getModuleName
public String getModuleName()
-
isExported
public boolean isExported()
-
write
public String write()
-
parse
public static GosucDependency parse(GosucProjectParser parser)
-
-