001package de.monochromata.anaphors.ast.relatedexp.strategy;
002
003public enum LocalTempVariableContents {
004    ANCHOR, REFERENT
005}