|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CodeObject | |
|---|---|
| org.duelengine.duel.codedom | |
| org.duelengine.duel.codegen | |
| Uses of CodeObject in org.duelengine.duel.codedom |
|---|
| Subclasses of CodeObject in org.duelengine.duel.codedom | |
|---|---|
class |
CodeArrayCreateExpression
|
class |
CodeBinaryOperatorExpression
|
class |
CodeCastExpression
Represents a casting operation |
class |
CodeCommentStatement
|
class |
CodeConditionStatement
|
class |
CodeConstructor
|
class |
CodeExpression
|
class |
CodeExpressionStatement
|
class |
CodeField
Represents an instance field |
class |
CodeFieldReferenceExpression
|
class |
CodeIterationStatement
Represents a for loop |
class |
CodeMember
Represents a type member |
class |
CodeMethod
Represents an instance method |
class |
CodeMethodInvokeExpression
Represents a method call |
class |
CodeMethodReturnStatement
|
class |
CodeObjectCreateExpression
Represents a constructor call |
class |
CodeParameterDeclarationExpression
Represents a method call |
class |
CodePrimitiveExpression
A read-only primitive expression which may only hold a literal value |
class |
CodePropertyReferenceExpression
|
class |
CodeStatement
Represents a single code statement |
class |
CodeStatementBlock
Used internally to pass around a sequence of statements as a CodeObject |
class |
CodeTernaryOperatorExpression
Represents a C-style ternary conditional expression |
class |
CodeThisReferenceExpression
|
class |
CodeTypeDeclaration
Represents a class definition |
class |
CodeTypeReferenceExpression
|
class |
CodeUnaryOperatorExpression
|
class |
CodeVariableCompoundDeclarationStatement
Represents a compound variable declaration statement Note: the first var determines the type |
class |
CodeVariableDeclarationStatement
Represents a variable declaration |
class |
CodeVariableReferenceExpression
|
class |
ScriptExpression
A built-in JavaScript concept which must be interpreted |
class |
ScriptPropertyExpression
Represents built-in JavaScript object properties |
class |
ScriptVariableReferenceExpression
Represents an extra variable which is defined outside the model data |
| Methods in org.duelengine.duel.codedom that return CodeObject | |
|---|---|
CodeObject |
CodeStatementCollection.getOwner()
|
CodeObject |
CodeObject.withUserData(Object... pairs)
|
| Methods in org.duelengine.duel.codedom with parameters of type CodeObject | |
|---|---|
boolean |
CodeVisitor.visit(CodeObject node)
|
| Constructors in org.duelengine.duel.codedom with parameters of type CodeObject | |
|---|---|
CodeStatementCollection(CodeObject owner)
|
|
| Uses of CodeObject in org.duelengine.duel.codegen |
|---|
| Methods in org.duelengine.duel.codegen with parameters of type CodeObject | |
|---|---|
void |
JavaCodeGen.writeCode(Appendable output,
CodeObject code)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||