Uses of Class
com.github.javaparser.symbolsolver.model.resolution.Value
Packages that use Value
Package
Description
-
Uses of Value in com.github.javaparser.symbolsolver.core.resolution
Methods in com.github.javaparser.symbolsolver.core.resolution that return types with arguments of type ValueModifier and TypeMethodDescriptionContext.solveSymbolAsValue(String name)Used where a symbol is being used (e.g.Context.solveSymbolAsValueInParentContext(String name) -
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)FieldAccessContext.solveSymbolAsValue(String name)LambdaExprContext.solveSymbolAsValue(String name)MethodCallExprContext.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.model.resolution
Methods in com.github.javaparser.symbolsolver.model.resolution that return ValueModifier and TypeMethodDescriptionstatic ValueValue.from(ResolvedValueDeclaration decl)Create a Value from a ValueDeclaration. -
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)