public class Value
extends java.lang.Object
Constructor and Description |
---|
Value(com.github.javaparser.resolution.types.ResolvedType type,
java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
static Value |
from(com.github.javaparser.resolution.declarations.ResolvedValueDeclaration decl)
Create a Value from a ValueDeclaration.
|
java.lang.String |
getName() |
com.github.javaparser.resolution.types.ResolvedType |
getType() |
java.lang.String |
toString() |
public Value(com.github.javaparser.resolution.types.ResolvedType type, java.lang.String name)
public static Value from(com.github.javaparser.resolution.declarations.ResolvedValueDeclaration decl)
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getName()
public com.github.javaparser.resolution.types.ResolvedType getType()