Uses of Class
com.github.javaparser.resolution.model.Value
-
-
Uses of Value in com.github.javaparser.resolution
Methods in com.github.javaparser.resolution that return types with arguments of type Value Modifier and Type Method Description default Optional<Value>
Context. solveSymbolAsValue(String name)
Used where a symbol is being used (e.g.Optional<Value>
Solver. solveSymbolAsValue(String name, Node node)
Optional<Value>
Solver. solveSymbolAsValue(String name, Context context)
default Optional<Value>
Context. solveSymbolAsValueInParentContext(String name)
-
Uses of Value in com.github.javaparser.resolution.model
Methods in com.github.javaparser.resolution.model that return Value Modifier and Type Method Description static 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 Value Modifier and Type Method Description static Optional<Value>
StatementContext. solveInBlockAsValue(String name, TypeSolver typeSolver, Statement stmt)
Optional<Value>
AbstractMethodLikeDeclarationContext. solveSymbolAsValue(String name)
Optional<Value>
CatchClauseContext. solveSymbolAsValue(String name)
Optional<Value>
ClassOrInterfaceDeclarationContext. solveSymbolAsValue(String name)
Optional<Value>
FieldAccessContext. solveSymbolAsValue(String name)
Optional<Value>
LambdaExprContext. solveSymbolAsValue(String name)
Optional<Value>
MethodCallExprContext. solveSymbolAsValue(String name)
Optional<Value>
StatementContext. solveSymbolAsValue(String name)
Optional<Value>
TryWithResourceContext. solveSymbolAsValue(String name)
protected Optional<Value>
AbstractJavaParserContext. solveWithAsValue(SymbolDeclarator symbolDeclarator, String name)
protected Optional<Value>
LambdaExprContext. solveWithAsValue(SymbolDeclarator symbolDeclarator, String name)
protected Optional<Value>
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 Value Modifier and Type Method Description Optional<Value>
SymbolSolver. solveSymbolAsValue(String name, Node node)
Optional<Value>
SymbolSolver. solveSymbolAsValue(String name, Context context)
-