public class AdapterParameters extends Object
| Constructor and Description |
|---|
AdapterParameters() |
| Modifier and Type | Method and Description |
|---|---|
void |
claimCommentToken(Integer tokenId) |
Set<Integer> |
getCommentTokensClaimed() |
org.antlr.v4.runtime.BufferedTokenStream |
getTokens() |
boolean |
isCommentTokenClaimed(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(Integer tokenId)
public boolean isCommentTokenClaimed(Integer tokenId)
Copyright © 2013. All Rights Reserved.