|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JSwitchStatement | |
---|---|
at.dms.kjc | |
at.dms.kjc.common | |
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 JSwitchStatement in at.dms.kjc |
---|
Methods in at.dms.kjc with parameters of type JSwitchStatement | |
---|---|
protected void |
JSwitchStatement.deepCloneInto(JSwitchStatement other)
Clones all fields of this into |
Object |
StatementQueueVisitor.visitSwitchStatement(JSwitchStatement self,
JExpression expr,
JSwitchGroup[] body)
|
Object |
ReplacingVisitor.visitSwitchStatement(JSwitchStatement self,
JExpression expr,
JSwitchGroup[] body)
prints a switch statement |
Object |
Kopi2SIR.visitSwitchStatement(JSwitchStatement self,
JExpression expr,
JSwitchGroup[] body)
visits a switch statement |
void |
KjcVisitor.visitSwitchStatement(JSwitchStatement self,
JExpression expr,
JSwitchGroup[] body)
visits a switch statement |
void |
KjcPrettyPrinter.visitSwitchStatement(JSwitchStatement self,
JExpression expr,
JSwitchGroup[] body)
prints a switch statement |
void |
KjcEmptyVisitor.visitSwitchStatement(JSwitchStatement self,
JExpression expr,
JSwitchGroup[] body)
prints a switch statement |
Object |
EmptyAttributeVisitor.visitSwitchStatement(JSwitchStatement self,
JExpression expr,
JSwitchGroup[] body)
prints a switch statement |
T |
AttributeVisitor.visitSwitchStatement(JSwitchStatement self,
JExpression expr,
JSwitchGroup[] body)
visits a switch statement |
Constructors in at.dms.kjc with parameters of type JSwitchStatement | |
---|---|
CSwitchBodyContext(CBodyContext parent,
JSwitchStatement stmt)
Construct a block context, it supports local variable allocation throw statement and return statement |
Uses of JSwitchStatement in at.dms.kjc.common |
---|
Methods in at.dms.kjc.common with parameters of type JSwitchStatement | |
---|---|
void |
ToCCommon.visitSwitchStatement(JSwitchStatement self,
JExpression expr,
JSwitchGroup[] body)
prints a switch statement |
Uses of JSwitchStatement in at.dms.kjc.sir |
---|
Methods in at.dms.kjc.sir with parameters of type JSwitchStatement | |
---|---|
void |
SIRToStreamIt.visitSwitchStatement(JSwitchStatement self,
JExpression expr,
JSwitchGroup[] body)
prints a switch statement |
Uses of JSwitchStatement in at.dms.kjc.sir.lowering |
---|
Methods in at.dms.kjc.sir.lowering with parameters of type JSwitchStatement | |
---|---|
Object |
Propagator.visitSwitchStatement(JSwitchStatement self,
JExpression expr,
JSwitchGroup[] body)
Visits a switch statement |
Object |
DataFlow.visitSwitchStatement(JSwitchStatement self,
JExpression expr,
JSwitchGroup[] body)
Visits a switch statement |
Uses of JSwitchStatement in at.dms.util |
---|
Methods in at.dms.util with parameters of type JSwitchStatement | |
---|---|
void |
IRPrinter.visitSwitchStatement(JSwitchStatement self,
JExpression expr,
JSwitchGroup[] body)
visits a switch statement |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |