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

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

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

import java.util.Optional;

public class CompilationUnitMetaModel extends BaseNodeMetaModel {

    CompilationUnitMetaModel(Optional superBaseNodeMetaModel) {
        super(superBaseNodeMetaModel, com.github.javaparser.ast.CompilationUnit.class, "CompilationUnit", "com.github.javaparser.ast", false, false);
    }

    public PropertyMetaModel importsPropertyMetaModel;

    public PropertyMetaModel packageDeclarationPropertyMetaModel;

    public PropertyMetaModel typesPropertyMetaModel;
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy