|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JInstanceofExpression | |
---|---|
at.dms.kjc | |
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 JInstanceofExpression in at.dms.kjc |
---|
Methods in at.dms.kjc with parameters of type JInstanceofExpression | |
---|---|
protected void |
JInstanceofExpression.deepCloneInto(JInstanceofExpression other)
Clones all fields of this into |
S |
ExpressionVisitorBase.visitInstanceof(JInstanceofExpression self,
T otherData)
|
S |
ExpressionVisitor.visitInstanceof(JInstanceofExpression self,
T otherData)
|
Object |
ReplacingVisitor.visitInstanceofExpression(JInstanceofExpression self,
JExpression expr,
CType dest)
prints an instanceof expression |
Object |
Kopi2SIR.visitInstanceofExpression(JInstanceofExpression self,
JExpression expr,
CType dest)
visits an instanceof expression |
void |
KjcVisitor.visitInstanceofExpression(JInstanceofExpression self,
JExpression expr,
CType dest)
visits an instanceof expression |
void |
KjcPrettyPrinter.visitInstanceofExpression(JInstanceofExpression self,
JExpression expr,
CType dest)
prints an instanceof expression |
void |
KjcEmptyVisitor.visitInstanceofExpression(JInstanceofExpression self,
JExpression expr,
CType dest)
prints an instanceof expression |
Object |
EmptyAttributeVisitor.visitInstanceofExpression(JInstanceofExpression self,
JExpression expr,
CType dest)
prints an instanceof expression |
T |
AttributeVisitor.visitInstanceofExpression(JInstanceofExpression self,
JExpression expr,
CType dest)
visits an instanceof expression |
Uses of JInstanceofExpression in at.dms.kjc.sir |
---|
Methods in at.dms.kjc.sir with parameters of type JInstanceofExpression | |
---|---|
void |
SIRToStreamIt.visitInstanceofExpression(JInstanceofExpression self,
JExpression expr,
CType dest)
prints an instanceof expression |
Uses of JInstanceofExpression in at.dms.kjc.sir.lowering |
---|
Methods in at.dms.kjc.sir.lowering with parameters of type JInstanceofExpression | |
---|---|
Object |
ThreeAddressExpressionCheck.visitInstanceof(JInstanceofExpression self,
Stack<JExpression> context)
|
Uses of JInstanceofExpression in at.dms.util |
---|
Methods in at.dms.util with parameters of type JInstanceofExpression | |
---|---|
void |
IRPrinter.visitInstanceofExpression(JInstanceofExpression self,
JExpression expr,
CType dest)
visits an instanceof expression |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |