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 intgetBeginTokenType()protected intgetEndTokenType()protected booleanshouldEmitPendingEndTokens()protected booleanshouldSplitTokenImpl(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:
 shouldSplitTokenImplin classorg.eclipse.xtext.parser.antlr.AbstractIndentationTokenSource
 
- 
getBeginTokenType
protected int getBeginTokenType()
- Specified by:
 getBeginTokenTypein classorg.eclipse.xtext.parser.antlr.AbstractIndentationTokenSource
 
- 
getEndTokenType
protected int getEndTokenType()
- Specified by:
 getEndTokenTypein classorg.eclipse.xtext.parser.antlr.AbstractIndentationTokenSource
 
- 
shouldEmitPendingEndTokens
protected boolean shouldEmitPendingEndTokens()
- Overrides:
 shouldEmitPendingEndTokensin classorg.eclipse.xtext.parser.antlr.AbstractIndentationTokenSource
 
 - 
 
 -