Class NoSymbolDeclarator<N extends com.github.javaparser.ast.Node>

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

    public class NoSymbolDeclarator<N extends com.github.javaparser.ast.Node>
    extends AbstractSymbolDeclarator<N>
    Author:
    Federico Tomassetti
    • Constructor Summary

      Constructors 
      Constructor Description
      NoSymbolDeclarator​(N 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

      • NoSymbolDeclarator

        public NoSymbolDeclarator​(N wrappedNode,
                                  com.github.javaparser.resolution.TypeSolver typeSolver)
    • Method Detail

      • getSymbolDeclarations

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