Uses of Class
com.github.javaparser.ast.expr.LongLiteralExpr
Packages that use LongLiteralExpr
Package
Description
Implementation of model based on JavaParser.
-
Uses of LongLiteralExpr in com.github.javaparser.ast.expr
Methods in com.github.javaparser.ast.expr that return LongLiteralExprModifier and TypeMethodDescriptionExpression.asLongLiteralExpr()
LongLiteralExpr.asLongLiteralExpr()
LongLiteralExpr.clone()
LongLiteralExpr.setLong
(long value) Deprecated.Methods in com.github.javaparser.ast.expr that return types with arguments of type LongLiteralExprModifier and TypeMethodDescriptionExpression.toLongLiteralExpr()
LongLiteralExpr.toLongLiteralExpr()
Method parameters in com.github.javaparser.ast.expr with type arguments of type LongLiteralExprModifier and TypeMethodDescriptionvoid
Expression.ifLongLiteralExpr
(Consumer<LongLiteralExpr> action) void
LongLiteralExpr.ifLongLiteralExpr
(Consumer<LongLiteralExpr> action) -
Uses of LongLiteralExpr in com.github.javaparser.ast.validator.language_level_validations.chunks
Methods in com.github.javaparser.ast.validator.language_level_validations.chunks with parameters of type LongLiteralExprModifier and TypeMethodDescriptionvoid
NoBinaryIntegerLiteralsValidator.visit
(LongLiteralExpr n, ProblemReporter arg) void
NoUnderscoresInIntegerLiteralsValidator.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 LongLiteralExprModifier and TypeMethodDescriptionCloneVisitor.visit
(LongLiteralExpr n, Object arg) EqualsVisitor.visit
(LongLiteralExpr n, Visitable arg) GenericListVisitorAdapter.visit
(LongLiteralExpr n, A arg) GenericVisitor.visit
(LongLiteralExpr n, A arg) GenericVisitorAdapter.visit
(LongLiteralExpr n, A arg) GenericVisitorWithDefaults.visit
(LongLiteralExpr n, A arg) HashCodeVisitor.visit
(LongLiteralExpr n, Void arg) ModifierVisitor.visit
(LongLiteralExpr n, A arg) NoCommentEqualsVisitor.visit
(LongLiteralExpr n, Visitable arg) NoCommentHashCodeVisitor.visit
(LongLiteralExpr n, Void arg) void
NodeFinderVisitor.visit
(LongLiteralExpr n, Range arg) ObjectIdentityEqualsVisitor.visit
(LongLiteralExpr n, Visitable arg) ObjectIdentityHashCodeVisitor.visit
(LongLiteralExpr n, Void arg) void
VoidVisitor.visit
(LongLiteralExpr n, A arg) void
VoidVisitorAdapter.visit
(LongLiteralExpr n, A arg) void
VoidVisitorWithDefaults.visit
(LongLiteralExpr n, A arg) -
Uses of LongLiteralExpr in com.github.javaparser.printer
Methods in com.github.javaparser.printer with parameters of type LongLiteralExprModifier and TypeMethodDescriptionvoid
DefaultPrettyPrinterVisitor.visit
(LongLiteralExpr n, Void arg) void
PrettyPrintVisitor.visit
(LongLiteralExpr n, Void arg) Deprecated. -
Uses of LongLiteralExpr in com.github.javaparser.symbolsolver.javaparsermodel
Methods in com.github.javaparser.symbolsolver.javaparsermodel with parameters of type LongLiteralExprModifier and TypeMethodDescriptionDefaultVisitorAdapter.visit
(LongLiteralExpr node, Boolean aBoolean) TypeExtractor.visit
(LongLiteralExpr node, Boolean solveLambdas)
LiteralStringValueExpr.setValue(String)
.