Class VariableSymbolDeclarator

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

    public class VariableSymbolDeclarator
    extends AbstractSymbolDeclarator<com.github.javaparser.ast.expr.VariableDeclarationExpr>
    Author:
    Federico Tomassetti
    • Constructor Summary

      Constructors 
      Constructor Description
      VariableSymbolDeclarator​(com.github.javaparser.ast.expr.VariableDeclarationExpr 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

      • VariableSymbolDeclarator

        public VariableSymbolDeclarator​(com.github.javaparser.ast.expr.VariableDeclarationExpr wrappedNode,
                                        com.github.javaparser.resolution.TypeSolver typeSolver)
    • Method Detail

      • getSymbolDeclarations

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