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 -
-
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(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 Optional<CharLiteralExpr>CharLiteralExpr. toCharLiteralExpr()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(Consumer<CharLiteralExpr> action)voidExpression. ifCharLiteralExpr(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, Object arg)BooleanEqualsVisitor. visit(CharLiteralExpr n, Visitable arg)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)IntegerHashCodeVisitor. visit(CharLiteralExpr n, Void arg)VisitableModifierVisitor. visit(CharLiteralExpr n, A arg)BooleanNoCommentEqualsVisitor. visit(CharLiteralExpr n, Visitable arg)IntegerNoCommentHashCodeVisitor. visit(CharLiteralExpr n, Void arg)BooleanObjectIdentityEqualsVisitor. visit(CharLiteralExpr n, Visitable arg)IntegerObjectIdentityHashCodeVisitor. visit(CharLiteralExpr n, 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 voidPrettyPrintVisitor. visit(CharLiteralExpr n, Void arg)
-