Uses of Interface
com.github.javaparser.ast.nodeTypes.NodeWithTypeArguments
-
-
Uses of NodeWithTypeArguments in com.github.javaparser.ast.expr
Classes in com.github.javaparser.ast.expr that implement NodeWithTypeArguments Modifier and Type Class Description class
FieldAccessExpr
Access of a field of an object or a class.class
MethodCallExpr
A method call on an object or a class.class
MethodReferenceExpr
Method reference expressions introduced in Java 8 specifically designed to simplify lambda Expressions.class
ObjectCreationExpr
A constructor call. -
Uses of NodeWithTypeArguments in com.github.javaparser.ast.stmt
Classes in com.github.javaparser.ast.stmt that implement NodeWithTypeArguments Modifier and Type Class Description class
ExplicitConstructorInvocationStmt
A call to super or this in a constructor or initializer. -
Uses of NodeWithTypeArguments in com.github.javaparser.ast.type
Classes in com.github.javaparser.ast.type that implement NodeWithTypeArguments Modifier and Type Class Description class
ClassOrInterfaceType
A class or an interface type. -
Uses of NodeWithTypeArguments in com.github.javaparser.printer
Methods in com.github.javaparser.printer with parameters of type NodeWithTypeArguments Modifier and Type Method Description protected void
DefaultPrettyPrinterVisitor. printTypeArgs(NodeWithTypeArguments<?> nodeWithTypeArguments, java.lang.Void arg)
protected void
PrettyPrintVisitor. printTypeArgs(NodeWithTypeArguments<?> nodeWithTypeArguments, java.lang.Void arg)
Deprecated. -
Uses of NodeWithTypeArguments in com.github.javaparser.symbolsolver.javaparsermodel.contexts
Methods in com.github.javaparser.symbolsolver.javaparsermodel.contexts with type parameters of type NodeWithTypeArguments Modifier and Type Method Description private <T extends NodeWithTypeArguments<?>>
booleanJavaParserTypeDeclarationAdapter. compareTypeArguments(T type, java.util.List<ResolvedType> resolvedTypeArguments)
private <T extends NodeWithTypeArguments<?>>
booleanJavaParserTypeDeclarationAdapter. compareTypes(java.util.List<? extends Type> types, java.util.List<ResolvedType> resolvedTypeArguments)
-