Package com.github.javaparser.symbolsolver.javaparsermodel.contexts
package com.github.javaparser.symbolsolver.javaparsermodel.contexts
-
ClassDescriptionAbstractJavaParserContext<N extends Node>AbstractMethodLikeDeclarationContext<T extends Node & NodeWithParameters<T> & NodeWithTypeParameters<T>>A symbol resolution context for an object creation node.Required to prevent recursive access to the "parent node" (not necessarily the same as the "parent context").Limited version of ClassOrInterfaceDeclarationContext that only resolves type parameters for use by extends and implements part of declaration.StatementContext<N extends Statement>