Uses of Class
at.dms.kjc.JConstructorCall

Packages that use JConstructorCall
at.dms.kjc   
at.dms.kjc.common   
at.dms.kjc.lir Provides a set of low-level stubs (LIR stands for Low-level IR) for compiling to the original (and mostly obsolete) uniprocessor backend. 
at.dms.kjc.sir Contains the heart of the StreamIt Intermediate Representation, or SIR for short. 
at.dms.kjc.sir.lowering Provides compiler passes that analyze or optimize the SIR, primarily within the code of each filter. 
at.dms.util   
 

Uses of JConstructorCall in at.dms.kjc
 

Methods in at.dms.kjc with parameters of type JConstructorCall
protected  void JConstructorCall.deepCloneInto(JConstructorCall other)
          Clones all fields of this into
 Object Kopi2SIR.visitConstructorCall(JConstructorCall self, boolean functorIsThis, JExpression[] params)
          visits an array length expression
 void KjcVisitor.visitConstructorCall(JConstructorCall self, boolean functorIsThis, JExpression[] params)
          visits an array length expression
 void KjcPrettyPrinter.visitConstructorCall(JConstructorCall self, boolean functorIsThis, JExpression[] params)
          prints an array length expression
 void KjcEmptyVisitor.visitConstructorCall(JConstructorCall self, boolean functorIsThis, JExpression[] params)
          prints an array length expression
 Object EmptyAttributeVisitor.visitConstructorCall(JConstructorCall self, boolean functorIsThis, JExpression[] params)
          prints an array length expression
 T AttributeVisitor.visitConstructorCall(JConstructorCall self, boolean functorIsThis, JExpression[] params)
          visits an array length expression
 S ExpressionVisitorBase.visitConstructorCall(JConstructorCall self, T otherData)
           
 S ExpressionVisitor.visitConstructorCall(JConstructorCall self, T otherData)
           
 

Constructors in at.dms.kjc with parameters of type JConstructorCall
JConstructorBlock(TokenReference where, JConstructorCall constructorCall, JStatement[] body)
          Construct a node in the parsing tree
JConstructorDeclaration(TokenReference where, int modifiers, String ident, JFormalParameter[] parameters, CClassType[] exceptions, JConstructorCall constructorCall, JStatement[] body, JavadocComment javadoc, JavaStyleComment[] comments)
          Construct a node in the parsing tree This method is directly called by the parser
 

Uses of JConstructorCall in at.dms.kjc.common
 

Methods in at.dms.kjc.common with parameters of type JConstructorCall
 void ToC.visitConstructorCall(JConstructorCall self, boolean functorIsThis, JExpression[] params)
          prints an array length expression
 

Uses of JConstructorCall in at.dms.kjc.lir
 

Methods in at.dms.kjc.lir with parameters of type JConstructorCall
 void LIRToC.visitConstructorCall(JConstructorCall self, boolean functorIsThis, JExpression[] params)
          prints an array length expression
 

Uses of JConstructorCall in at.dms.kjc.sir
 

Methods in at.dms.kjc.sir with parameters of type JConstructorCall
 void SIRToStreamIt.visitConstructorCall(JConstructorCall self, boolean functorIsThis, JExpression[] params)
          prints an array length expression
 

Uses of JConstructorCall in at.dms.kjc.sir.lowering
 

Methods in at.dms.kjc.sir.lowering with parameters of type JConstructorCall
 Object ThreeAddressExpressionCheck.visitConstructorCall(JConstructorCall self, Stack<JExpression> context)
           
 

Uses of JConstructorCall in at.dms.util
 

Methods in at.dms.util with parameters of type JConstructorCall
 void IRPrinter.visitConstructorCall(JConstructorCall self, boolean functorIsThis, JExpression[] params)
          visits an array length expression