public abstract class State extends Object
static State
UNSET
State(List<Tree> trees)
State(Tree tree)
abstract State
merge(State s)
List<Tree>
reportingTrees()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static final State UNSET
public State(Tree tree)
public State(List<Tree> trees)
public abstract State merge(State s)
public List<Tree> reportingTrees()
Copyright © 2012–2015 SonarSource. All rights reserved.