public class CDocument extends Object
| Constructor and Description |
|---|
CDocument(String comment,
String packageName,
Map<String,String> namespaces,
Collection<String> includes,
Map<String,String> typedefs,
Collection<PDeclaredDescriptor<?>> declaredTypes,
Collection<CService> services,
Collection<CField> constants) |
| Modifier and Type | Method and Description |
|---|---|
String |
getComment() |
List<CField> |
getConstants() |
List<PDeclaredDescriptor<?>> |
getDeclaredTypes() |
List<String> |
getIncludes() |
String |
getNamespaceForLanguage(String language) |
Map<String,String> |
getNamespaces() |
String |
getPackageName() |
List<CService> |
getServices() |
Map<String,String> |
getTypedefs() |
public CDocument(String comment, String packageName, Map<String,String> namespaces, Collection<String> includes, Map<String,String> typedefs, Collection<PDeclaredDescriptor<?>> declaredTypes, Collection<CService> services, Collection<CField> constants)
public String getComment()
public String getPackageName()
public List<PDeclaredDescriptor<?>> getDeclaredTypes()
Copyright © 2015–2016 morimekta.net. All rights reserved.