Class Value


  • public class Value
    extends Object
    Any type of value.
    Author:
    Federico Tomassetti
    • Constructor Detail

      • Value

        public Value​(com.github.javaparser.resolution.types.ResolvedType type,
                     String name)
    • Method Detail

      • from

        public static Value from​(com.github.javaparser.resolution.declarations.ResolvedValueDeclaration decl)
        Create a Value from a ValueDeclaration.
      • getName

        public String getName()
      • getType

        public com.github.javaparser.resolution.types.ResolvedType getType()