All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.javaparser.metamodel.ExplicitConstructorInvocationStmtMetaModel Maven / Gradle / Ivy

The newest version!
package com.github.javaparser.metamodel;

import java.util.Optional;

public class ExplicitConstructorInvocationStmtMetaModel extends BaseNodeMetaModel {

    ExplicitConstructorInvocationStmtMetaModel(Optional superBaseNodeMetaModel) {
        super(superBaseNodeMetaModel, com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt.class, "ExplicitConstructorInvocationStmt", "com.github.javaparser.ast.stmt", false, false);
    }

    public PropertyMetaModel argumentsPropertyMetaModel;

    public PropertyMetaModel expressionPropertyMetaModel;

    public PropertyMetaModel isThisPropertyMetaModel;

    public PropertyMetaModel typeArgumentsPropertyMetaModel;
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy