public class HGenCompilationUnitContext extends Object
| Constructor and Description |
|---|
HGenCompilationUnitContext(HGenGlobalContext genGlobalContext,
net.thevpc.jeep.JTypes types) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.jeep.JType |
getCurrentType() |
HGenGlobalContext |
global() |
List<String> |
imports() |
boolean |
isModuleClass() |
String |
nameWithImports(net.thevpc.jeep.JType type) |
String |
nameWithImports(net.thevpc.jeep.JType type,
boolean staticImport) |
String |
nameWithImports(net.thevpc.jeep.JType type,
boolean staticImport,
boolean noPrimitive) |
HGenCompilationUnitContext |
setCurrentType(net.thevpc.jeep.JType currentType) |
HGenCompilationUnitContext |
setModuleClass(boolean moduleClass) |
List<String> |
staticImports() |
net.thevpc.jeep.JTypes |
types() |
public HGenCompilationUnitContext(HGenGlobalContext genGlobalContext, net.thevpc.jeep.JTypes types)
public boolean isModuleClass()
public HGenCompilationUnitContext setModuleClass(boolean moduleClass)
public net.thevpc.jeep.JType getCurrentType()
public HGenCompilationUnitContext setCurrentType(net.thevpc.jeep.JType currentType)
public HGenGlobalContext global()
public net.thevpc.jeep.JTypes types()
public String nameWithImports(net.thevpc.jeep.JType type)
public String nameWithImports(net.thevpc.jeep.JType type, boolean staticImport)
public String nameWithImports(net.thevpc.jeep.JType type, boolean staticImport, boolean noPrimitive)
Copyright © 2025 vpc open source initiative. All rights reserved.