java.lang.Object
de.fraunhofer.aisec.cpg.graph.Node
All Implemented Interfaces:
DeclarationHolder, HasType, Persistable, IVisitable<de.fraunhofer.aisec.cpg.graph.Node>

public class TypeExpression
extends Expression
Represets a Type used as an expression for instance when instantiating templates

Note: This Expression is required since we cannot have ASTChilds directly connected to a Type since they are merged.

  • Constructor Details

    • TypeExpression

      public TypeExpression()