public class CobolStatementOracle extends java.lang.Object implements IStatementOracle
IStatementOracle for Cobol.| Constructor and Description |
|---|
CobolStatementOracle() |
| Modifier and Type | Method and Description |
|---|---|
<X extends java.lang.Exception> |
isEndOfStatementToken(ETokenType tokenType,
ILookahead<IToken,X> lookahead)
Determines if the current token type ends a statement.
|
<X extends java.lang.Exception> |
isEndOfStatementTokenType(ETokenType tokenType,
ILookahead<ETokenType,X> lookahead)
Determines if the current token type ends a statement.
|
public CobolStatementOracle()
public <X extends java.lang.Exception> boolean isEndOfStatementTokenType(ETokenType tokenType, ILookahead<ETokenType,X> lookahead) throws X extends java.lang.Exception
isEndOfStatementTokenType in interface IStatementOracletokenType - the current token typeX extends java.lang.Exceptionpublic <X extends java.lang.Exception> boolean isEndOfStatementToken(ETokenType tokenType, ILookahead<IToken,X> lookahead) throws X extends java.lang.Exception
isEndOfStatementToken in interface IStatementOracletokenType - the current token typeX extends java.lang.Exception