/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.dmdirc.addons.calc; /** * * @author chris */ public enum TokenTypeArity { HIDDEN, NULLARY, UNARY, BINARY; }