org.sonar.java.checks.codesnippet
Class TokenElementSequence
java.lang.Object
org.sonar.java.checks.codesnippet.TokenElementSequence
- All Implemented Interfaces:
- ElementSequence<com.sonar.sslr.api.Token>
public class TokenElementSequence
- extends Object
- implements ElementSequence<com.sonar.sslr.api.Token>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TokenElementSequence
public TokenElementSequence(List<com.sonar.sslr.api.Token> tokens)
elementAt
public com.sonar.sslr.api.Token elementAt(int i)
- Specified by:
elementAt in interface ElementSequence<com.sonar.sslr.api.Token>
length
public int length()
- Specified by:
length in interface ElementSequence<com.sonar.sslr.api.Token>
Copyright © 2012 SonarSource. All Rights Reserved.