public abstract class CodeUnit extends Object
Modifier and Type | Field and Description |
---|---|
HashSet<String> |
clsHS |
MetaPackage |
metaPackage |
String |
name |
HashSet<String> |
pkgHS |
Constructor and Description |
---|
CodeUnit(MetaPackage gp,
String s) |
Modifier and Type | Method and Description |
---|---|
void |
addIncludePackage(String p) |
abstract String |
generateJava() |
String |
getClassName() |
String |
getFQClassName() |
ArrayList<String> |
getSubPackages() |
public String name
public MetaPackage metaPackage
public CodeUnit(MetaPackage gp, String s)
Copyright © 2019. All rights reserved.