public interface IStatementOracle
LanguageProperties.getStatementOracle().| 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.
|
<X extends java.lang.Exception> boolean isEndOfStatementTokenType(ETokenType tokenType, ILookahead<ETokenType,X> lookahead) throws X extends java.lang.Exception
tokenType - the current token typeX extends java.lang.Exception<X extends java.lang.Exception> boolean isEndOfStatementToken(ETokenType tokenType, ILookahead<IToken,X> lookahead) throws X extends java.lang.Exception
tokenType - the current token typeX extends java.lang.Exception