Uses of Class
com.github.javaparser.resolution.model.Value
Packages that use Value
Package
Description
-
Uses of Value in com.github.javaparser.resolution
Methods in com.github.javaparser.resolution that return types with arguments of type ValueModifier and TypeMethodDescriptionContext.solveSymbolAsValue
(String name) Used where a symbol is being used (e.g.Solver.solveSymbolAsValue
(String name, Node node) Solver.solveSymbolAsValue
(String name, Context context) Context.solveSymbolAsValueInParentContext
(String name) -
Uses of Value in com.github.javaparser.resolution.model
Methods in com.github.javaparser.resolution.model that return ValueModifier and TypeMethodDescriptionstatic Value
Value.from
(ResolvedValueDeclaration decl) Create a Value from a ValueDeclaration. -
Uses of Value in com.github.javaparser.symbolsolver.javaparsermodel.contexts
Methods in com.github.javaparser.symbolsolver.javaparsermodel.contexts that return types with arguments of type ValueModifier and TypeMethodDescriptionStatementContext.solveInBlockAsValue
(String name, TypeSolver typeSolver, Statement stmt) AbstractMethodLikeDeclarationContext.solveSymbolAsValue
(String name) CatchClauseContext.solveSymbolAsValue
(String name) ClassOrInterfaceDeclarationContext.solveSymbolAsValue
(String name) ExpressionContext.solveSymbolAsValue
(String name) FieldAccessContext.solveSymbolAsValue
(String name) FieldAccessContext.solveSymbolAsValue
(String name, ResolvedReferenceType type) LambdaExprContext.solveSymbolAsValue
(String name) RecordDeclarationContext.solveSymbolAsValue
(String name) StatementContext.solveSymbolAsValue
(String name) TryWithResourceContext.solveSymbolAsValue
(String name) AbstractJavaParserContext.solveWithAsValue
(SymbolDeclarator symbolDeclarator, String name) LambdaExprContext.solveWithAsValue
(SymbolDeclarator symbolDeclarator, String name) StatementContext.solveWithAsValue
(SymbolDeclarator symbolDeclarator, String name) -
Uses of Value in com.github.javaparser.symbolsolver.resolution
Methods in com.github.javaparser.symbolsolver.resolution that return types with arguments of type ValueModifier and TypeMethodDescriptionSymbolSolver.solveSymbolAsValue
(String name, Node node) SymbolSolver.solveSymbolAsValue
(String name, Context context)