|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JCastExpression | |
---|---|
at.dms.kjc | |
at.dms.kjc.common | |
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.util |
Uses of JCastExpression in at.dms.kjc |
---|
Methods in at.dms.kjc with parameters of type JCastExpression | |
---|---|
protected void |
JCastExpression.deepCloneInto(JCastExpression other)
Clones all fields of this into |
S |
ExpressionVisitorBase.visitCast(JCastExpression self,
T otherData)
|
S |
ExpressionVisitor.visitCast(JCastExpression self,
T otherData)
|
Object |
ReplacingVisitor.visitCastExpression(JCastExpression self,
JExpression expr,
CType type)
prints a cast expression |
Object |
Kopi2SIR.visitCastExpression(JCastExpression self,
JExpression expr,
CType type)
visits a cast expression |
void |
KjcVisitor.visitCastExpression(JCastExpression self,
JExpression expr,
CType type)
visits a cast expression |
void |
KjcPrettyPrinter.visitCastExpression(JCastExpression self,
JExpression expr,
CType type)
prints a cast expression |
void |
KjcEmptyVisitor.visitCastExpression(JCastExpression self,
JExpression expr,
CType type)
prints a cast expression |
Object |
EmptyAttributeVisitor.visitCastExpression(JCastExpression self,
JExpression expr,
CType type)
prints a cast expression |
T |
AttributeVisitor.visitCastExpression(JCastExpression self,
JExpression expr,
CType type)
visits a cast expression |
Uses of JCastExpression in at.dms.kjc.common |
---|
Methods in at.dms.kjc.common with parameters of type JCastExpression | |
---|---|
void |
ToCCommon.visitCastExpression(JCastExpression self,
JExpression expr,
CType type)
prints a cast expression |
Uses of JCastExpression in at.dms.kjc.rstream |
---|
Methods in at.dms.kjc.rstream with parameters of type JCastExpression | |
---|---|
void |
FlatIRToRS.visitCastExpression(JCastExpression self,
JExpression expr,
CType type)
prints a cast expression |
Uses of JCastExpression in at.dms.kjc.sir |
---|
Methods in at.dms.kjc.sir with parameters of type JCastExpression | |
---|---|
void |
SIRToStreamIt.visitCastExpression(JCastExpression self,
JExpression expr,
CType type)
prints a cast expression |
Uses of JCastExpression in at.dms.kjc.sir.lowering |
---|
Methods in at.dms.kjc.sir.lowering with parameters of type JCastExpression | |
---|---|
Object |
ThreeAddressExpressionCheck.visitCast(JCastExpression self,
Stack<JExpression> context)
|
Object |
StructDestroyer.visitCastExpression(JCastExpression self,
JExpression expr,
CType type)
Visit cast expression. |
Object |
Propagator.visitCastExpression(JCastExpression self,
JExpression expr,
CType type)
visits a cast expression |
Uses of JCastExpression in at.dms.util |
---|
Methods in at.dms.util with parameters of type JCastExpression | |
---|---|
void |
IRPrinter.visitCastExpression(JCastExpression self,
JExpression expr,
CType type)
visits a cast expression |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |