Package com.github.javaparser.symbolsolver.javaparsermodel.contexts
package com.github.javaparser.symbolsolver.javaparsermodel.contexts
-
Class SummaryClassDescriptionAbstractJavaParserContext<N extends Node>AbstractMethodLikeDeclarationContext<T extends Node & NodeWithParameters<T> & NodeWithTypeParameters<T>>A symbol resolution context for an object creation node.Limited version of ClassOrInterfaceDeclarationContext that only resolves type parameters for use by extends and implements part of declaration.StatementContext<N extends Statement>