jmlparser-parent
Toggle table of contents
3.28.2-J8.0-K13.5-SNAPSHOT
java
Target filter
java
Switch theme
Search in API
Skip to content
jmlparser-parent
jmlparser-core
/
com.github.javaparser.resolution.model
/
Value
Value
open
class
Value
(
source
)
Any type of value.
Author
Federico Tomassetti
Members
Constructors
Value
Link copied to clipboard
constructor
(
type
:
ResolvedType
,
name
:
String
)
Properties
name
Link copied to clipboard
open
val
name
:
String
type
Link copied to clipboard
open
val
type
:
ResolvedType
Functions
from
Link copied to clipboard
open
fun
from
(
decl
:
ResolvedValueDeclaration
)
:
Value
Create a Value from a ValueDeclaration.
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String