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 classFieldAccessExprAccess of a field of an object or a class.classMethodCallExprA method call on an object or a class.classMethodReferenceExprMethod reference expressions introduced in Java 8 specifically designed to simplify lambda Expressions.classObjectCreationExprA 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 classExplicitConstructorInvocationStmtA 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 classClassOrInterfaceTypeA 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 voidDefaultPrettyPrinterVisitor. printTypeArgs(NodeWithTypeArguments<?> nodeWithTypeArguments, java.lang.Void arg)Print type arguments.protected voidPrettyPrintVisitor. 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)
-