| Package | Description |
|---|---|
| com.github.loicoudot.java4cpp |
java4cpp core system.
|
| com.github.loicoudot.java4cpp.model |
Data-model beans availlable in FreeMarker templates.
|
| Modifier and Type | Method and Description |
|---|---|
static Java4CppType |
Java4CppType.fromType(Type type)
Returns the corresponding
Java4CppType of a
Type. |
| Modifier and Type | Method and Description |
|---|---|
List<Java4CppType> |
Context.getClassesAlreadyDone() |
BlockingQueue<Java4CppType> |
Context.getClassesToDo() |
List<Java4CppType> |
Java4CppType.getParameterizedTypes()
For parameterized type, contains an ordered list of
Java4CppType type compositing the type i.e. for a
Map<Integer, String> returns a list with
{ Integer, String }. |
| Modifier and Type | Method and Description |
|---|---|
void |
Context.addClassToDo(Java4CppType type) |
ClassModel |
Context.analyzeClassModel(Java4CppType type) |
ClassModel |
Context.executeTypeTemplate(Java4CppType type) |
ClassModel |
Context.getClassModel(Java4CppType type) |
| Constructor and Description |
|---|
SourceExecutor(Context context,
Java4CppType type) |
| Modifier and Type | Method and Description |
|---|---|
Java4CppType |
ClassType.getType() |
| Constructor and Description |
|---|
ClassModel(Java4CppType type) |
ClassType(Java4CppType type) |
Copyright © 2014. All Rights Reserved.