Uses of Class
at.dms.kjc.JMethodCallExpression

Packages that use JMethodCallExpression
at.dms.kjc   
at.dms.kjc.backendSupport Package documentation for at.dms.kjc.backendSupport 
at.dms.kjc.cell   
at.dms.kjc.cluster The cluster backend for StreamIt generates a set of threads that can be executed on a cluster of networked computers or a SMP. 
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.raw   
at.dms.kjc.rstream   
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.kjc.spacedynamic   
at.dms.kjc.spacetime   
at.dms.util   
 

Uses of JMethodCallExpression in at.dms.kjc
 

Methods in at.dms.kjc that return JMethodCallExpression
 JMethodCallExpression CMethodNotFoundError.getCaller()
          Returns the caller of the method that was not found.
 

Methods in at.dms.kjc with parameters of type JMethodCallExpression
protected  void JMethodCallExpression.deepCloneInto(JMethodCallExpression other)
          Clones all fields of this into
 S ExpressionVisitorBase.visitMethodCall(JMethodCallExpression self, T otherData)
           
 S ExpressionVisitor.visitMethodCall(JMethodCallExpression self, T otherData)
           
 Object ReplacingVisitor.visitMethodCallExpression(JMethodCallExpression self, JExpression prefix, String ident, JExpression[] args)
          prints a method call expression
 Object Kopi2SIR.visitMethodCallExpression(JMethodCallExpression self, JExpression prefix, String ident, JExpression[] args)
          visits a method call expression
 void KjcVisitor.visitMethodCallExpression(JMethodCallExpression self, JExpression prefix, String ident, JExpression[] args)
          visits a method call expression
 void KjcPrettyPrinter.visitMethodCallExpression(JMethodCallExpression self, JExpression prefix, String ident, JExpression[] args)
          prints a method call expression
 void KjcEmptyVisitor.visitMethodCallExpression(JMethodCallExpression self, JExpression prefix, String ident, JExpression[] args)
          prints a method call expression
 Object EmptyAttributeVisitor.visitMethodCallExpression(JMethodCallExpression self, JExpression prefix, String ident, JExpression[] args)
          prints a method call expression
 T AttributeVisitor.visitMethodCallExpression(JMethodCallExpression self, JExpression prefix, String ident, JExpression[] args)
          visits a method call expression
 

Constructors in at.dms.kjc with parameters of type JMethodCallExpression
CMethodNotFoundError(TokenReference where, JMethodCallExpression caller, String name, CType[] types)
          An error with two parameters
 

Uses of JMethodCallExpression in at.dms.kjc.backendSupport
 

Methods in at.dms.kjc.backendSupport with parameters of type JMethodCallExpression
 void EmitCode.CodeGen.visitMethodCallExpression(JMethodCallExpression self, JExpression prefix, String ident, JExpression[] args)
          Prints a method call expression.
 

Uses of JMethodCallExpression in at.dms.kjc.cell
 

Methods in at.dms.kjc.cell with parameters of type JMethodCallExpression
 void EmitCellCode.CellSPUCodeGen.visitMethodCallExpression(JMethodCallExpression self, JExpression prefix, String ident, JExpression[] args)
          Prints a method call expression.
 

Uses of JMethodCallExpression in at.dms.kjc.cluster
 

Methods in at.dms.kjc.cluster with parameters of type JMethodCallExpression
 void FlatIRToCluster.visitMethodCallExpression(JMethodCallExpression self, JExpression prefix, String ident, JExpression[] args)
          prints a method call expression
 void DetectConst.visitMethodCallExpression(JMethodCallExpression self, JExpression prefix, String ident, JExpression[] args)
           
 void CodeEstimate.visitMethodCallExpression(JMethodCallExpression self, JExpression prefix, String ident, JExpression[] args)
          visits a method call expression
 

Uses of JMethodCallExpression in at.dms.kjc.common
 

Methods in at.dms.kjc.common with parameters of type JMethodCallExpression
 void HasSideEffects.visitMethodCallExpression(JMethodCallExpression self, JExpression prefix, String ident, JExpression[] args)
          prints a method call expression
 

Uses of JMethodCallExpression in at.dms.kjc.lir
 

Methods in at.dms.kjc.lir with parameters of type JMethodCallExpression
 void LIRToC.visitMethodCallExpression(JMethodCallExpression self, JExpression prefix, String ident, JExpression[] args)
          prints a method call expression
 

Uses of JMethodCallExpression in at.dms.kjc.raw
 

Fields in at.dms.kjc.raw with type parameters of type JMethodCallExpression
static HashSet<JMethodCallExpression> RemoveGlobals.doNotInline
           
 

Methods in at.dms.kjc.raw with parameters of type JMethodCallExpression
 void FlatIRToC.visitMethodCallExpression(JMethodCallExpression self, JExpression prefix, String ident, JExpression[] args)
          prints a method call expression
 

Uses of JMethodCallExpression in at.dms.kjc.rstream
 

Methods in at.dms.kjc.rstream with parameters of type JMethodCallExpression
 void FlatIRToRS.visitMethodCallExpression(JMethodCallExpression self, JExpression prefix, String ident, JExpression[] args)
          prints a method call expression
 void CheckForMethodCalls.visitMethodCallExpression(JMethodCallExpression self, JExpression prefix, String ident, JExpression[] args)
           
 

Uses of JMethodCallExpression in at.dms.kjc.sir
 

Methods in at.dms.kjc.sir with parameters of type JMethodCallExpression
 void SIRToStreamIt.visitMethodCallExpression(JMethodCallExpression self, JExpression prefix, String ident, JExpression[] args)
          prints a method call expression
 

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

Methods in at.dms.kjc.sir.lowering with parameters of type JMethodCallExpression
 Object ThreeAddressExpressionCheck.visitMethodCall(JMethodCallExpression self, Stack<JExpression> context)
           
 Object RenameAll.visitMethodCallExpression(JMethodCallExpression self, JExpression prefix, String ident, JExpression[] args)
           
 Object Propagator.visitMethodCallExpression(JMethodCallExpression self, JExpression prefix, String ident, JExpression[] args)
          Visits a method call expression.
 

Uses of JMethodCallExpression in at.dms.kjc.spacedynamic
 

Fields in at.dms.kjc.spacedynamic with type parameters of type JMethodCallExpression
static HashSet<JMethodCallExpression> RemoveGlobals.doNotInline
           
 

Methods in at.dms.kjc.spacedynamic with parameters of type JMethodCallExpression
 void FlatIRToC.visitMethodCallExpression(JMethodCallExpression self, JExpression prefix, String ident, JExpression[] args)
          prints a method call expression
 

Uses of JMethodCallExpression in at.dms.kjc.spacetime
 

Methods in at.dms.kjc.spacetime with parameters of type JMethodCallExpression
 void TraceIRtoC.visitMethodCallExpression(JMethodCallExpression self, JExpression prefix, String ident, JExpression[] args)
          prints a method call expression
 

Uses of JMethodCallExpression in at.dms.util
 

Methods in at.dms.util with parameters of type JMethodCallExpression
static JExpression Utils.simplifyMathMethod(JMethodCallExpression applyMath)
          Simplify an call to a math function with literal arguments.
 void IRPrinter.visitMethodCallExpression(JMethodCallExpression self, JExpression prefix, String ident, JExpression[] args)
          visits a method call expression