Class ArrayCreationExpression

java.lang.Object
de.fraunhofer.aisec.cpg.graph.Node
de.fraunhofer.aisec.cpg.graph.statements.Statement
de.fraunhofer.aisec.cpg.graph.statements.expressions.Expression
de.fraunhofer.aisec.cpg.graph.statements.expressions.ArrayCreationExpression
All Implemented Interfaces:
DeclarationHolder, HasType, HasType.TypeListener, Persistable, IVisitable<de.fraunhofer.aisec.cpg.graph.Node>

public class ArrayCreationExpression
extends Expression
implements HasType.TypeListener
Expressions of the form new Type[] that represents the creation of an array, mostly used in combination with a VariableDeclaration.
  • Constructor Details

    • ArrayCreationExpression

      public ArrayCreationExpression()
  • Method Details