|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JNewObjectExpression | |
at.dms.kjc |
Uses of JNewObjectExpression in at.dms.kjc |
Subclasses of JNewObjectExpression in at.dms.kjc | |
class |
JNewAnonymousClassExpression
This class represents a new allocation expression with a special class type: an anonymous inner class. |
Methods in at.dms.kjc with parameters of type JNewObjectExpression | |
void |
KjcPrettyPrinter.visitNewObjectExpression(JNewObjectExpression self,
CClassType type,
JExpression[] params,
JClassDeclaration innerBody)
prints an object allocator expression |
void |
KjcVisitor.visitNewObjectExpression(JNewObjectExpression self,
CClassType type,
JExpression[] params,
JClassDeclaration innerBody)
visits an object allocator expression |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |