Uses of Class
com.github.javaparser.ast.expr.LongLiteralExpr
-
Packages that use LongLiteralExpr Package Description com.github.javaparser.ast.expr com.github.javaparser.ast.validator.chunks com.github.javaparser.ast.visitor com.github.javaparser.printer -
-
Uses of LongLiteralExpr in com.github.javaparser.ast.expr
Methods in com.github.javaparser.ast.expr that return LongLiteralExpr Modifier and Type Method Description LongLiteralExprLongLiteralExpr. clone()LongLiteralExprLongLiteralExpr. setLong(long value) -
Uses of LongLiteralExpr in com.github.javaparser.ast.validator.chunks
Methods in com.github.javaparser.ast.validator.chunks with parameters of type LongLiteralExpr Modifier and Type Method Description voidNoBinaryIntegerLiteralsValidator. visit(LongLiteralExpr n, ProblemReporter arg)voidNoUnderscoresInIntegerLiteralsValidator. visit(LongLiteralExpr n, ProblemReporter arg) -
Uses of LongLiteralExpr in com.github.javaparser.ast.visitor
Methods in com.github.javaparser.ast.visitor with parameters of type LongLiteralExpr Modifier and Type Method Description VisitableCloneVisitor. visit(LongLiteralExpr n, Object arg)BooleanEqualsVisitor. visit(LongLiteralExpr n, Visitable arg)List<R>GenericListVisitorAdapter. visit(LongLiteralExpr n, A arg)RGenericVisitor. visit(LongLiteralExpr n, A arg)RGenericVisitorAdapter. visit(LongLiteralExpr n, A arg)IntegerHashCodeVisitor. visit(LongLiteralExpr n, Void arg)VisitableModifierVisitor. visit(LongLiteralExpr n, A arg)BooleanObjectIdentityEqualsVisitor. visit(LongLiteralExpr n, Visitable arg)IntegerObjectIdentityHashCodeVisitor. visit(LongLiteralExpr n, Void arg)voidVoidVisitor. visit(LongLiteralExpr n, A arg)voidVoidVisitorAdapter. visit(LongLiteralExpr n, A arg) -
Uses of LongLiteralExpr in com.github.javaparser.printer
Methods in com.github.javaparser.printer with parameters of type LongLiteralExpr Modifier and Type Method Description voidPrettyPrintVisitor. visit(LongLiteralExpr n, Void arg)
-