Uses of Class
com.strobel.decompiler.languages.java.ast.CatchClause
-
-
Uses of CatchClause in com.strobel.decompiler.languages.java
Methods in com.strobel.decompiler.languages.java with parameters of type CatchClause Modifier and Type Method Description java.lang.Void
JavaOutputVisitor. visitCatchClause(CatchClause node, java.lang.Void ignored)
-
Uses of CatchClause in com.strobel.decompiler.languages.java.ast
Subclasses of CatchClause in com.strobel.decompiler.languages.java.ast Modifier and Type Class Description private static class
CatchClause.NullCatchClause
private static class
CatchClause.PatternPlaceholder
Fields in com.strobel.decompiler.languages.java.ast declared as CatchClause Modifier and Type Field Description static CatchClause
CatchClause. NULL
Fields in com.strobel.decompiler.languages.java.ast with type parameters of type CatchClause Modifier and Type Field Description static Role<CatchClause>
TryCatchStatement. CATCH_CLAUSE_ROLE
Methods in com.strobel.decompiler.languages.java.ast that return CatchClause Modifier and Type Method Description static CatchClause
CatchClause. forPattern(Pattern pattern)
Methods in com.strobel.decompiler.languages.java.ast that return types with arguments of type CatchClause Modifier and Type Method Description AstNodeCollection<CatchClause>
TryCatchStatement. getCatchClauses()
Role<? extends CatchClause>
CatchClause. getRole()
Methods in com.strobel.decompiler.languages.java.ast with parameters of type CatchClause Modifier and Type Method Description S
DepthFirstAstVisitor. visitCatchClause(CatchClause node, T data)
R
IAstVisitor. visitCatchClause(CatchClause node, T data)
java.util.Set<java.lang.Object>
JavaNameResolver.FindDeclarationVisitor. visitCatchClause(CatchClause node, java.lang.String name)
-
Uses of CatchClause in com.strobel.decompiler.languages.java.ast.transforms
Fields in com.strobel.decompiler.languages.java.ast.transforms declared as CatchClause Modifier and Type Field Description private CatchClause
DeclareVariablesTransform.VariableToDeclare. _catchClause
Methods in com.strobel.decompiler.languages.java.ast.transforms that return CatchClause Modifier and Type Method Description CatchClause
DeclareVariablesTransform.VariableToDeclare. getCatchClause()
Constructors in com.strobel.decompiler.languages.java.ast.transforms with parameters of type CatchClause Constructor Description VariableToDeclare(AstType type, java.lang.String name, Variable variable, CatchClause catchClause)
-
Uses of CatchClause in com.strobel.decompiler.patterns
Methods in com.strobel.decompiler.patterns that return CatchClause Modifier and Type Method Description CatchClause
Pattern. toCatchClause()
-