Uses of Class
com.github.javaparser.ast.expr.CharLiteralExpr
-
Packages that use CharLiteralExpr 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 CharLiteralExpr in com.github.javaparser.ast.expr
Methods in com.github.javaparser.ast.expr that return CharLiteralExpr Modifier and Type Method Description CharLiteralExprCharLiteralExpr. asCharLiteralExpr()CharLiteralExprExpression. asCharLiteralExpr()CharLiteralExprCharLiteralExpr. clone()static CharLiteralExprCharLiteralExpr. escape(java.lang.String string)Utility method that creates a new StringLiteralExpr.CharLiteralExprCharLiteralExpr. setChar(char value)Sets the given char as the literal valueMethods in com.github.javaparser.ast.expr that return types with arguments of type CharLiteralExpr Modifier and Type Method Description java.util.Optional<CharLiteralExpr>CharLiteralExpr. toCharLiteralExpr()java.util.Optional<CharLiteralExpr>Expression. toCharLiteralExpr()Method parameters in com.github.javaparser.ast.expr with type arguments of type CharLiteralExpr Modifier and Type Method Description voidCharLiteralExpr. ifCharLiteralExpr(java.util.function.Consumer<CharLiteralExpr> action)voidExpression. ifCharLiteralExpr(java.util.function.Consumer<CharLiteralExpr> action) -
Uses of CharLiteralExpr in com.github.javaparser.ast.visitor
Methods in com.github.javaparser.ast.visitor with parameters of type CharLiteralExpr Modifier and Type Method Description VisitableCloneVisitor. visit(CharLiteralExpr n, java.lang.Object arg)java.lang.BooleanEqualsVisitor. visit(CharLiteralExpr n, Visitable arg)java.util.List<R>GenericListVisitorAdapter. visit(CharLiteralExpr n, A arg)RGenericVisitor. visit(CharLiteralExpr n, A arg)RGenericVisitorAdapter. visit(CharLiteralExpr n, A arg)RGenericVisitorWithDefaults. visit(CharLiteralExpr n, A arg)java.lang.IntegerHashCodeVisitor. visit(CharLiteralExpr n, java.lang.Void arg)VisitableModifierVisitor. visit(CharLiteralExpr n, A arg)java.lang.BooleanNoCommentEqualsVisitor. visit(CharLiteralExpr n, Visitable arg)java.lang.IntegerNoCommentHashCodeVisitor. visit(CharLiteralExpr n, java.lang.Void arg)voidNodeFinderVisitor. visit(CharLiteralExpr n, Range arg)java.lang.BooleanObjectIdentityEqualsVisitor. visit(CharLiteralExpr n, Visitable arg)java.lang.IntegerObjectIdentityHashCodeVisitor. visit(CharLiteralExpr n, java.lang.Void arg)voidVoidVisitor. visit(CharLiteralExpr n, A arg)voidVoidVisitorAdapter. visit(CharLiteralExpr n, A arg)voidVoidVisitorWithDefaults. visit(CharLiteralExpr n, A arg) -
Uses of CharLiteralExpr in com.github.javaparser.printer
Methods in com.github.javaparser.printer with parameters of type CharLiteralExpr Modifier and Type Method Description voidDefaultPrettyPrinterVisitor. visit(CharLiteralExpr n, java.lang.Void arg)voidPrettyPrintVisitor. visit(CharLiteralExpr n, java.lang.Void arg)Deprecated. -
Uses of CharLiteralExpr in com.github.javaparser.symbolsolver.javaparsermodel
Methods in com.github.javaparser.symbolsolver.javaparsermodel with parameters of type CharLiteralExpr Modifier and Type Method Description ResolvedTypeDefaultVisitorAdapter. visit(CharLiteralExpr node, java.lang.Boolean aBoolean)ResolvedTypeTypeExtractor. visit(CharLiteralExpr node, java.lang.Boolean solveLambdas)
-