|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JTryCatchStatement | |
---|---|
at.dms.kjc | |
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.util |
Uses of JTryCatchStatement in at.dms.kjc |
---|
Methods in at.dms.kjc with parameters of type JTryCatchStatement | |
---|---|
protected void |
JTryCatchStatement.deepCloneInto(JTryCatchStatement other)
Clones all fields of this into |
Object |
Kopi2SIR.visitTryCatchStatement(JTryCatchStatement self,
JBlock tryClause,
JCatchClause[] catchClauses)
visits a try-catch statement |
void |
KjcVisitor.visitTryCatchStatement(JTryCatchStatement self,
JBlock tryClause,
JCatchClause[] catchClauses)
visits a try-catch statement |
void |
KjcPrettyPrinter.visitTryCatchStatement(JTryCatchStatement self,
JBlock tryClause,
JCatchClause[] catchClauses)
prints a try-catch statement |
void |
KjcEmptyVisitor.visitTryCatchStatement(JTryCatchStatement self,
JBlock tryClause,
JCatchClause[] catchClauses)
prints a try-catch statement |
Object |
EmptyAttributeVisitor.visitTryCatchStatement(JTryCatchStatement self,
JBlock tryClause,
JCatchClause[] catchClauses)
prints a try-catch statement |
T |
AttributeVisitor.visitTryCatchStatement(JTryCatchStatement self,
JBlock tryClause,
JCatchClause[] catchClauses)
visits a try-catch statement |
Uses of JTryCatchStatement in at.dms.kjc.lir |
---|
Methods in at.dms.kjc.lir with parameters of type JTryCatchStatement | |
---|---|
void |
LIRToC.visitTryCatchStatement(JTryCatchStatement self,
JBlock tryClause,
JCatchClause[] catchClauses)
prints a try-catch statement |
Uses of JTryCatchStatement in at.dms.kjc.sir |
---|
Methods in at.dms.kjc.sir with parameters of type JTryCatchStatement | |
---|---|
void |
SIRToStreamIt.visitTryCatchStatement(JTryCatchStatement self,
JBlock tryClause,
JCatchClause[] catchClauses)
prints a try-catch statement |
Uses of JTryCatchStatement in at.dms.util |
---|
Methods in at.dms.util with parameters of type JTryCatchStatement | |
---|---|
void |
IRPrinter.visitTryCatchStatement(JTryCatchStatement self,
JBlock tryClause,
JCatchClause[] catchClauses)
visits a try-catch statement |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |