Uses of Class
com.github.javaparser.ast.stmt.ThrowStmt
-
Packages that use ThrowStmt Package Description com.github.javaparser com.github.javaparser.ast.stmt com.github.javaparser.ast.visitor com.github.javaparser.printer com.github.javaparser.symbolsolver.javaparsermodel Implementation of model based on JavaParser. -
-
Uses of ThrowStmt in com.github.javaparser
Methods in com.github.javaparser that return ThrowStmt Modifier and Type Method Description ThrowStmtGeneratedJavaParser. ThrowStatement()https://docs.oracle.com/javase/specs/jls/se15/html/jls-14.html#jls-14.18 -
Uses of ThrowStmt in com.github.javaparser.ast.stmt
Methods in com.github.javaparser.ast.stmt that return ThrowStmt Modifier and Type Method Description ThrowStmtStatement. asThrowStmt()ThrowStmtThrowStmt. asThrowStmt()ThrowStmtThrowStmt. clone()ThrowStmtThrowStmt. setExpression(Expression expression)Methods in com.github.javaparser.ast.stmt that return types with arguments of type ThrowStmt Modifier and Type Method Description java.util.Optional<ThrowStmt>Statement. toThrowStmt()java.util.Optional<ThrowStmt>ThrowStmt. toThrowStmt()Method parameters in com.github.javaparser.ast.stmt with type arguments of type ThrowStmt Modifier and Type Method Description voidStatement. ifThrowStmt(java.util.function.Consumer<ThrowStmt> action)voidThrowStmt. ifThrowStmt(java.util.function.Consumer<ThrowStmt> action) -
Uses of ThrowStmt in com.github.javaparser.ast.visitor
Methods in com.github.javaparser.ast.visitor with parameters of type ThrowStmt Modifier and Type Method Description VisitableCloneVisitor. visit(ThrowStmt n, java.lang.Object arg)java.lang.BooleanEqualsVisitor. visit(ThrowStmt n, Visitable arg)java.util.List<R>GenericListVisitorAdapter. visit(ThrowStmt n, A arg)RGenericVisitor. visit(ThrowStmt n, A arg)RGenericVisitorAdapter. visit(ThrowStmt n, A arg)RGenericVisitorWithDefaults. visit(ThrowStmt n, A arg)java.lang.IntegerHashCodeVisitor. visit(ThrowStmt n, java.lang.Void arg)VisitableModifierVisitor. visit(ThrowStmt n, A arg)java.lang.BooleanNoCommentEqualsVisitor. visit(ThrowStmt n, Visitable arg)java.lang.IntegerNoCommentHashCodeVisitor. visit(ThrowStmt n, java.lang.Void arg)voidNodeFinderVisitor. visit(ThrowStmt n, Range arg)java.lang.BooleanObjectIdentityEqualsVisitor. visit(ThrowStmt n, Visitable arg)java.lang.IntegerObjectIdentityHashCodeVisitor. visit(ThrowStmt n, java.lang.Void arg)voidVoidVisitor. visit(ThrowStmt n, A arg)voidVoidVisitorAdapter. visit(ThrowStmt n, A arg)voidVoidVisitorWithDefaults. visit(ThrowStmt n, A arg) -
Uses of ThrowStmt in com.github.javaparser.printer
Methods in com.github.javaparser.printer with parameters of type ThrowStmt Modifier and Type Method Description voidDefaultPrettyPrinterVisitor. visit(ThrowStmt n, java.lang.Void arg)voidPrettyPrintVisitor. visit(ThrowStmt n, java.lang.Void arg)Deprecated. -
Uses of ThrowStmt in com.github.javaparser.symbolsolver.javaparsermodel
Methods in com.github.javaparser.symbolsolver.javaparsermodel with parameters of type ThrowStmt Modifier and Type Method Description ResolvedTypeDefaultVisitorAdapter. visit(ThrowStmt node, java.lang.Boolean aBoolean)java.lang.BooleanNormalCompletionVisitor. visit(ThrowStmt throwStmt, java.lang.Void unused)A throw statement cannot complete normally.
-