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 -
-
Uses of TextBlockLiteralExpr in com.github.javaparser.ast.expr
Methods in com.github.javaparser.ast.expr that return TextBlockLiteralExpr Modifier and Type Method Description TextBlockLiteralExpr
Expression. asTextBlockLiteralExpr()
TextBlockLiteralExpr
TextBlockLiteralExpr. asTextBlockLiteralExpr()
TextBlockLiteralExpr
TextBlockLiteralExpr. clone()
Methods in com.github.javaparser.ast.expr that return types with arguments of type TextBlockLiteralExpr Modifier and Type Method Description Optional<TextBlockLiteralExpr>
Expression. toTextBlockLiteralExpr()
Optional<TextBlockLiteralExpr>
TextBlockLiteralExpr. toTextBlockLiteralExpr()
Method parameters in com.github.javaparser.ast.expr with type arguments of type TextBlockLiteralExpr Modifier and Type Method Description void
Expression. ifTextBlockLiteralExpr(Consumer<TextBlockLiteralExpr> action)
void
TextBlockLiteralExpr. ifTextBlockLiteralExpr(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 Visitable
CloneVisitor. visit(TextBlockLiteralExpr n, Object arg)
Boolean
EqualsVisitor. visit(TextBlockLiteralExpr n, Visitable arg)
List<R>
GenericListVisitorAdapter. visit(TextBlockLiteralExpr n, A arg)
R
GenericVisitor. visit(TextBlockLiteralExpr n, A arg)
R
GenericVisitorAdapter. visit(TextBlockLiteralExpr n, A arg)
R
GenericVisitorWithDefaults. visit(TextBlockLiteralExpr n, A arg)
Integer
HashCodeVisitor. visit(TextBlockLiteralExpr n, Void arg)
Visitable
ModifierVisitor. visit(TextBlockLiteralExpr n, A arg)
Boolean
NoCommentEqualsVisitor. visit(TextBlockLiteralExpr n, Visitable arg)
Integer
NoCommentHashCodeVisitor. visit(TextBlockLiteralExpr n, Void arg)
void
NodeFinderVisitor. visit(TextBlockLiteralExpr n, Range arg)
Boolean
ObjectIdentityEqualsVisitor. visit(TextBlockLiteralExpr n, Visitable arg)
Integer
ObjectIdentityHashCodeVisitor. visit(TextBlockLiteralExpr n, Void arg)
void
VoidVisitor. visit(TextBlockLiteralExpr n, A arg)
void
VoidVisitorAdapter. visit(TextBlockLiteralExpr n, A arg)
void
VoidVisitorWithDefaults. 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 void
DefaultPrettyPrinterVisitor. visit(TextBlockLiteralExpr n, Void arg)
void
PrettyPrintVisitor. visit(TextBlockLiteralExpr n, Void arg)
Deprecated.
-