Uses of Class
com.github.javaparser.resolution.model.Value
-
Packages that use Value Package Description com.github.javaparser.resolution com.github.javaparser.resolution.model -
-
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 java.util.Optional<Value>
Context. solveSymbolAsValue(java.lang.String name)
Used where a symbol is being used (e.g.java.util.Optional<Value>
Solver. solveSymbolAsValue(java.lang.String name, Node node)
java.util.Optional<Value>
Solver. solveSymbolAsValue(java.lang.String name, Context context)
default java.util.Optional<Value>
Context. solveSymbolAsValueInParentContext(java.lang.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.
-