/* Copyright 2010 Vivin Suresh Paliath Distributed under the BSD License */ package com.laytonsmith.core; public enum GenericTreeTraversalOrderEnum { PRE_ORDER, POST_ORDER }