| Package | Description |
|---|---|
| org.duelengine.duel.codedom | |
| org.duelengine.duel.codegen |
| Modifier and Type | Class and Description |
|---|---|
class |
CodeConstructor |
class |
CodeField
Represents an instance field
|
class |
CodeMethod
Represents an instance method
|
class |
CodeTypeDeclaration
Represents a class definition
|
| Modifier and Type | Method and Description |
|---|---|
CodeMember |
CodeMember.withMetaData(Object... pairs) |
| Modifier and Type | Method and Description |
|---|---|
List<CodeMember> |
CodeTypeDeclaration.getMembers()
Contains the output methods.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CodeTypeDeclaration.add(CodeMember member) |
| Modifier and Type | Method and Description |
|---|---|
void |
CodeTypeDeclaration.addAll(Collection<? extends CodeMember> value) |
| Constructor and Description |
|---|
CodeTypeDeclaration(AccessModifierType access,
String typeNS,
String typeName,
Class<?> baseType,
CodeMember... members) |
| Modifier and Type | Method and Description |
|---|---|
List<CodeMember> |
ScriptTranslator.translate(String jsSource) |
Copyright © 2014. All rights reserved.