Class ComposeFileTokenSource
- java.lang.Object
-
- org.eclipse.xtext.parser.antlr.AbstractSplittingTokenSource
-
- org.eclipse.xtext.parser.antlr.AbstractIndentationTokenSource
-
- org.palladiosimulator.somox.docker.compose.ide.contentassist.antlr.ComposeFileTokenSource
-
- All Implemented Interfaces:
org.antlr.runtime.TokenSource
public class ComposeFileTokenSource extends org.eclipse.xtext.parser.antlr.AbstractIndentationTokenSource
-
-
Constructor Summary
Constructors Constructor Description ComposeFileTokenSource(org.antlr.runtime.TokenSource delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected int
getBeginTokenType()
protected int
getEndTokenType()
protected boolean
shouldEmitPendingEndTokens()
protected boolean
shouldSplitTokenImpl(org.antlr.runtime.Token token)
-
Methods inherited from class org.eclipse.xtext.parser.antlr.AbstractIndentationTokenSource
computeIndentation, computeIndentationRelevantCharCount, createBeginToken, createEndToken, decreaseIndentation, doSplitEofToken, doSplitToken, doSplitTokenImpl, getTabWidth, handleRemainingText, nextToken, shouldSplitToken, splitWithText
-
-
-
-
Method Detail
-
shouldSplitTokenImpl
protected boolean shouldSplitTokenImpl(org.antlr.runtime.Token token)
- Specified by:
shouldSplitTokenImpl
in classorg.eclipse.xtext.parser.antlr.AbstractIndentationTokenSource
-
getBeginTokenType
protected int getBeginTokenType()
- Specified by:
getBeginTokenType
in classorg.eclipse.xtext.parser.antlr.AbstractIndentationTokenSource
-
getEndTokenType
protected int getEndTokenType()
- Specified by:
getEndTokenType
in classorg.eclipse.xtext.parser.antlr.AbstractIndentationTokenSource
-
shouldEmitPendingEndTokens
protected boolean shouldEmitPendingEndTokens()
- Overrides:
shouldEmitPendingEndTokens
in classorg.eclipse.xtext.parser.antlr.AbstractIndentationTokenSource
-
-