public class TokenImpl extends Object implements Token
Token.Type| Constructor and Description |
|---|
TokenImpl(TextRange textRange,
String text,
Token.Type type) |
public TokenImpl(TextRange textRange, String text, Token.Type type)
public TextRange textRange()
textRange in interface HasTextRangepublic Token.Type type()
Copyright © 2009–2018 SonarSource. All rights reserved.