Class Value
- java.lang.Object
-
- com.github.javaparser.resolution.model.Value
-
public class Value extends Object
Any type of value.- Author:
- Federico Tomassetti
-
-
Constructor Summary
Constructors Constructor Description Value(ResolvedType type, String name)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Value
from(ResolvedValueDeclaration decl)
Create a Value from a ValueDeclaration.String
getName()
ResolvedType
getType()
String
toString()
-
-
-
Constructor Detail
-
Value
public Value(ResolvedType type, String name)
-
-
Method Detail
-
from
public static Value from(ResolvedValueDeclaration decl)
Create a Value from a ValueDeclaration.
-
getName
public String getName()
-
getType
public ResolvedType getType()
-
-