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 TypeMethodDescriptionvoidExpression.ifLongLiteralExpr(Consumer<LongLiteralExpr> action) voidLongLiteralExpr.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 TypeMethodDescriptionvoidNoBinaryIntegerLiteralsValidator.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 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) voidNodeFinderVisitor.visit(LongLiteralExpr n, Range arg) ObjectIdentityEqualsVisitor.visit(LongLiteralExpr n, Visitable arg) ObjectIdentityHashCodeVisitor.visit(LongLiteralExpr n, Void arg) voidVoidVisitor.visit(LongLiteralExpr n, A arg) voidVoidVisitorAdapter.visit(LongLiteralExpr n, A arg) voidVoidVisitorWithDefaults.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 TypeMethodDescriptionvoidDefaultPrettyPrinterVisitor.visit(LongLiteralExpr n, Void arg) voidPrettyPrintVisitor.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).