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 Optional<Value>
Context. solveSymbolAsValue(String name)
Used where a symbol is being used (e.g. solvingx
when used as an argumentdoubleThis(x)
, or calculationreturn x * 2;
).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.
-