public class AdapterParameters
extends java.lang.Object
| Constructor and Description |
|---|
AdapterParameters() |
| Modifier and Type | Method and Description |
|---|---|
void |
claimCommentToken(java.lang.Integer tokenId) |
java.util.Set<java.lang.Integer> |
getCommentTokensClaimed() |
org.antlr.v4.runtime.BufferedTokenStream |
getTokens() |
boolean |
isCommentTokenClaimed(java.lang.Integer tokenId) |
void |
setTokens(org.antlr.v4.runtime.BufferedTokenStream tokens) |
public org.antlr.v4.runtime.BufferedTokenStream getTokens()
public void setTokens(org.antlr.v4.runtime.BufferedTokenStream tokens)
public void claimCommentToken(java.lang.Integer tokenId)
public boolean isCommentTokenClaimed(java.lang.Integer tokenId)
public java.util.Set<java.lang.Integer> getCommentTokensClaimed()
Copyright © 2015. All Rights Reserved.