Uses of Class
com.github.javaparser.ast.expr.TextBlockLiteralExpr
-
Packages that use TextBlockLiteralExpr Package Description com.github.javaparser.ast.expr com.github.javaparser.ast.visitor com.github.javaparser.printer com.github.javaparser.symbolsolver.javaparsermodel Implementation of model based on JavaParser. -
-
Uses of TextBlockLiteralExpr in com.github.javaparser.ast.expr
Methods in com.github.javaparser.ast.expr that return TextBlockLiteralExpr Modifier and Type Method Description TextBlockLiteralExprExpression. asTextBlockLiteralExpr()TextBlockLiteralExprTextBlockLiteralExpr. asTextBlockLiteralExpr()TextBlockLiteralExprTextBlockLiteralExpr. clone()Methods in com.github.javaparser.ast.expr that return types with arguments of type TextBlockLiteralExpr Modifier and Type Method Description java.util.Optional<TextBlockLiteralExpr>Expression. toTextBlockLiteralExpr()java.util.Optional<TextBlockLiteralExpr>TextBlockLiteralExpr. toTextBlockLiteralExpr()Method parameters in com.github.javaparser.ast.expr with type arguments of type TextBlockLiteralExpr Modifier and Type Method Description voidExpression. ifTextBlockLiteralExpr(java.util.function.Consumer<TextBlockLiteralExpr> action)voidTextBlockLiteralExpr. ifTextBlockLiteralExpr(java.util.function.Consumer<TextBlockLiteralExpr> action) -
Uses of TextBlockLiteralExpr in com.github.javaparser.ast.visitor
Methods in com.github.javaparser.ast.visitor with parameters of type TextBlockLiteralExpr Modifier and Type Method Description VisitableCloneVisitor. visit(TextBlockLiteralExpr n, java.lang.Object arg)java.lang.BooleanEqualsVisitor. visit(TextBlockLiteralExpr n, Visitable arg)java.util.List<R>GenericListVisitorAdapter. visit(TextBlockLiteralExpr n, A arg)RGenericVisitor. visit(TextBlockLiteralExpr n, A arg)RGenericVisitorAdapter. visit(TextBlockLiteralExpr n, A arg)RGenericVisitorWithDefaults. visit(TextBlockLiteralExpr n, A arg)java.lang.IntegerHashCodeVisitor. visit(TextBlockLiteralExpr n, java.lang.Void arg)VisitableModifierVisitor. visit(TextBlockLiteralExpr n, A arg)java.lang.BooleanNoCommentEqualsVisitor. visit(TextBlockLiteralExpr n, Visitable arg)java.lang.IntegerNoCommentHashCodeVisitor. visit(TextBlockLiteralExpr n, java.lang.Void arg)voidNodeFinderVisitor. visit(TextBlockLiteralExpr n, Range arg)java.lang.BooleanObjectIdentityEqualsVisitor. visit(TextBlockLiteralExpr n, Visitable arg)java.lang.IntegerObjectIdentityHashCodeVisitor. visit(TextBlockLiteralExpr n, java.lang.Void arg)voidVoidVisitor. visit(TextBlockLiteralExpr n, A arg)voidVoidVisitorAdapter. visit(TextBlockLiteralExpr n, A arg)voidVoidVisitorWithDefaults. visit(TextBlockLiteralExpr n, A arg) -
Uses of TextBlockLiteralExpr in com.github.javaparser.printer
Methods in com.github.javaparser.printer with parameters of type TextBlockLiteralExpr Modifier and Type Method Description voidDefaultPrettyPrinterVisitor. visit(TextBlockLiteralExpr n, java.lang.Void arg)voidPrettyPrintVisitor. visit(TextBlockLiteralExpr n, java.lang.Void arg)Deprecated. -
Uses of TextBlockLiteralExpr in com.github.javaparser.symbolsolver.javaparsermodel
Methods in com.github.javaparser.symbolsolver.javaparsermodel with parameters of type TextBlockLiteralExpr Modifier and Type Method Description ResolvedTypeDefaultVisitorAdapter. visit(TextBlockLiteralExpr node, java.lang.Boolean arg)ResolvedTypeTypeExtractor. visit(TextBlockLiteralExpr node, java.lang.Boolean solveLambdas)
-