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

it.auties.protobuf.parser.tree.body.document.ProtobufDocumentChildTree Maven / Gradle / Ivy

The newest version!
package it.auties.protobuf.parser.tree.body.document;

import it.auties.protobuf.parser.tree.ProtobufTree;
import it.auties.protobuf.parser.tree.body.object.ProtobufEnumTree;
import it.auties.protobuf.parser.tree.body.object.ProtobufMessageTree;
import it.auties.protobuf.parser.tree.nested.imports.ProtobufImportTree;

public sealed interface ProtobufDocumentChildTree extends ProtobufTree permits ProtobufImportTree, ProtobufMessageTree, ProtobufEnumTree {
    boolean isAttributed();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy