Class ParameterSymbolDeclarator

  • All Implemented Interfaces:
    com.github.javaparser.resolution.SymbolDeclarator

    public class ParameterSymbolDeclarator
    extends AbstractSymbolDeclarator<com.github.javaparser.ast.body.Parameter>
    Author:
    Federico Tomassetti
    • Constructor Summary

      Constructors 
      Constructor Description
      ParameterSymbolDeclarator​(com.github.javaparser.ast.body.Parameter wrappedNode, com.github.javaparser.resolution.TypeSolver typeSolver)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<com.github.javaparser.resolution.declarations.ResolvedValueDeclaration> getSymbolDeclarations()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ParameterSymbolDeclarator

        public ParameterSymbolDeclarator​(com.github.javaparser.ast.body.Parameter wrappedNode,
                                         com.github.javaparser.resolution.TypeSolver typeSolver)
    • Method Detail

      • getSymbolDeclarations

        public java.util.List<com.github.javaparser.resolution.declarations.ResolvedValueDeclaration> getSymbolDeclarations()