|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JCatchClause | |
---|---|
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 JCatchClause in at.dms.kjc |
---|
Methods in at.dms.kjc with parameters of type JCatchClause | |
---|---|
protected void |
JCatchClause.deepCloneInto(JCatchClause other)
Clones all fields of this into |
Object |
Kopi2SIR.visitCatchClause(JCatchClause self,
JFormalParameter exception,
JBlock body)
visits an array length expression |
void |
KjcVisitor.visitCatchClause(JCatchClause self,
JFormalParameter exception,
JBlock body)
visits an array length expression |
void |
KjcPrettyPrinter.visitCatchClause(JCatchClause self,
JFormalParameter exception,
JBlock body)
prints an array length expression |
void |
KjcEmptyVisitor.visitCatchClause(JCatchClause self,
JFormalParameter exception,
JBlock body)
prints an array length expression |
Object |
EmptyAttributeVisitor.visitCatchClause(JCatchClause self,
JFormalParameter exception,
JBlock body)
visits a catch clause |
T |
AttributeVisitor.visitCatchClause(JCatchClause self,
JFormalParameter exception,
JBlock body)
visits an array length expression |
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 |
Constructors in at.dms.kjc with parameters of type JCatchClause | |
---|---|
JTryCatchStatement(TokenReference where,
JBlock tryClause,
JCatchClause[] catchClauses,
JavaStyleComment[] comments)
Construct a node in the parsing tree |
Uses of JCatchClause in at.dms.kjc.lir |
---|
Methods in at.dms.kjc.lir with parameters of type JCatchClause | |
---|---|
void |
LIRToC.visitCatchClause(JCatchClause self,
JFormalParameter exception,
JBlock body)
prints an array length expression |
void |
LIRToC.visitTryCatchStatement(JTryCatchStatement self,
JBlock tryClause,
JCatchClause[] catchClauses)
prints a try-catch statement |
Uses of JCatchClause in at.dms.kjc.sir |
---|
Methods in at.dms.kjc.sir with parameters of type JCatchClause | |
---|---|
void |
SIRToStreamIt.visitCatchClause(JCatchClause self,
JFormalParameter exception,
JBlock body)
prints an array length expression |
void |
SIRToStreamIt.visitTryCatchStatement(JTryCatchStatement self,
JBlock tryClause,
JCatchClause[] catchClauses)
prints a try-catch statement |
Uses of JCatchClause in at.dms.util |
---|
Methods in at.dms.util with parameters of type JCatchClause | |
---|---|
void |
IRPrinter.visitCatchClause(JCatchClause self,
JFormalParameter exception,
JBlock body)
visits an array length expression |
void |
IRPrinter.visitTryCatchStatement(JTryCatchStatement self,
JBlock tryClause,
JCatchClause[] catchClauses)
visits a try-catch statement |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |