blob: 4daa308c13f4a3b07e5bf9271eaccbe647769a13 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2022 The University of York.
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
*
* Contributors:
* Ionut Predoaia - initial API and implementation
******************************************************************************/
package org.eclipse.epsilon.emc.yaml;
public enum YamlNodeType {
Node,
MappingNode,
ListNode,
ScalarNode
}