JavaParserSymbolDeclaration

This should not be used to represent fields of parameters. Eventually this should be renamed in JavaParserVariableDeclaration.

Author

Federico Tomassetti

Functions

Link copied to clipboard
open fun field(wrappedNode: VariableDeclarator, typeSolver: TypeSolver): JavaParserFieldDeclaration
Link copied to clipboard
open fun getParamPos(parameter: Parameter): Int
Link copied to clipboard
open fun localVar(variableDeclarator: VariableDeclarator, typeSolver: TypeSolver): JavaParserVariableDeclaration
Link copied to clipboard
Link copied to clipboard