org.sonar.java.checks.codesnippet
Class Extractor<T>

java.lang.Object
  extended by org.sonar.java.checks.codesnippet.Extractor<T>

public class Extractor<T>
extends Object


Field Summary
 ElementSequence<T> input
           
 
Constructor Summary
Extractor(ElementSequence<T> input)
           
 
Method Summary
 List<T> getExtraction(List<Integer> indexes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

input

public final ElementSequence<T> input
Constructor Detail

Extractor

public Extractor(ElementSequence<T> input)
Method Detail

getExtraction

public List<T> getExtraction(List<Integer> indexes)


Copyright © 2012 SonarSource. All Rights Reserved.