ObjectCreationExprMetaModel

This file, class, and its contents are completely generated based on:

  • The contents and annotations within the package `com.github.javaparser.ast`, and
  • `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`.
For this reason, any changes made directly to this file will be overwritten the next time generators are run.

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val type: Class<out Node>

Functions

Link copied to clipboard
open fun construct(parameters: Map<String, Any>): Node
Creates a new node of this type.
Link copied to clipboard
open fun equals(o: Any): Boolean
Link copied to clipboard
The name of the field in JavaParserMetaModel for this node meta model.
Link copied to clipboard
Link copied to clipboard
open fun getTypeName(): String
Link copied to clipboard
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun hasWildcard(): Boolean
Link copied to clipboard
open fun is(c: Class<out Node>): Boolean
Link copied to clipboard
Link copied to clipboard
open fun isRootNode(): Boolean
Link copied to clipboard
open fun toString(): String