Uses of Interface
org.ek9lang.compiler.tokenizer.IToken
Packages that use IToken
Package
Description
B - For the EK9 compiler itself.
Common parts of processing that can be reused across various phases.
The directives are really aimed at helping the creation of the EK9 language, but they
maybe very useful in the early stages of adoption of EK9 (should there be any).
E - Initial Symbol definition by traversing the 'ANTLR' - 'AST'.
G - Full Symbol Resolution can now take place.
Contains critical general components used in the
Ek9Compiler
listeners.
This is the main source of EK9 Symbols used within the compiler.
Focuses on aspects of Lexing and some parts of Parser configuration.
-
Uses of IToken in org.ek9lang.compiler
Methods in org.ek9lang.compiler that return types with arguments of type ITokenModifier and TypeMethodDescriptionCompilableProgram.getOriginalReferenceLocation
(String moduleName, SymbolSearch search) Locates the token when the first reference was established. -
Uses of IToken in org.ek9lang.compiler.common
Classes in org.ek9lang.compiler.common that implement interfaces with type arguments of type ITokenModifier and TypeClassDescriptionclass
Is the token a simple assignment, i.e.Methods in org.ek9lang.compiler.common with parameters of type ITokenModifier and TypeMethodDescriptionvoid
ErrorListener.directiveError
(IToken offendingToken, String msg, ErrorListener.SemanticClassification classification) Create a new error based on the directive.ErrorListener.getShortNameOfSourceFile
(IToken token) Get the filename (but not full path) of the source file.void
ErrorListener.raiseReturningNotRequired
(IToken token, String msg) Create new semantic error.void
ErrorListener.raiseReturningRequired
(IToken token, String msg) Create new semantic error.void
ErrorListener.semanticError
(IToken offendingToken, String msg, ErrorListener.SemanticClassification classification) Create new semantic error.void
ErrorListener.semanticError
(IToken offendingToken, String msg, ErrorListener.SemanticClassification classification, MatchResults results) Create new semantic error.void
ErrorListener.semanticWarning
(IToken offendingToken, String msg, ErrorListener.SemanticClassification classification) Issue a semantic warning.boolean
-
Uses of IToken in org.ek9lang.compiler.directives
Methods in org.ek9lang.compiler.directives that return ITokenModifier and TypeMethodDescriptionDirective.getDirectiveToken()
Provide a token from the source, by default if not possible supply synthetic.ErrorDirective.getDirectiveToken()
ResolutionDirective.getDirectiveToken()
DirectiveSpec.token()
Returns the value of thetoken
record component.Constructors in org.ek9lang.compiler.directives with parameters of type ITokenModifierConstructorDescriptionDirectiveSpec
(IToken token, CompilationPhase phase, SymbolCategory symbolCategory, String symbolName, String additionalName, int lineNumber) Creates an instance of aDirectiveSpec
record class.ErrorDirective
(IToken token, CompilationPhase phase, ErrorListener.SemanticClassification classification, int lineNumber) A new error style directive. -
Uses of IToken in org.ek9lang.compiler.phase1
Classes in org.ek9lang.compiler.phase1 that implement interfaces with type arguments of type ITokenModifier and TypeClassDescription(package private) final class
Creates a suitable scope name for a token position.(package private) final class
Error when a reference is made, but it cannot be resolved.(package private) final class
To be called when an unreachable statement is encountered to emit an error.(package private) final class
To be called when an unreachable statement is encountered to emit an error.(package private) final class
Just check is a scope has normal termination.(package private) final class
Only use when code being checked prohibits use in outer generic context.(package private) final class
A program can only accept specific types of arguments to it.(package private) final class
A program can only return an Integer (exit code).Methods in org.ek9lang.compiler.phase1 that return ITokenModifier and TypeMethodDescriptionConflictingTokens.firstUse()
Returns the value of thefirstUse
record component.ConflictingTokens.tokenInError()
Returns the value of thetokenInError
record component.Methods in org.ek9lang.compiler.phase1 with parameters of type ITokenModifier and TypeMethodDescriptionvoid
void
void
void
void
ProgramArgumentsOrError.accept
(IToken token, MethodSymbol methodSymbol) void
ProgramReturnOrError.accept
(IToken token, MethodSymbol methodSymbol) Constructors in org.ek9lang.compiler.phase1 with parameters of type ITokenModifierConstructorDescription(package private)
ConflictingTokens
(IToken tokenInError, IToken firstUse, ISymbol symbol) Creates an instance of aConflictingTokens
record class. -
Uses of IToken in org.ek9lang.compiler.phase3
Classes in org.ek9lang.compiler.phase3 that implement interfaces with type arguments of type ITokenModifier and TypeClassDescription(package private) final class
Checks the assignments for operator : := = and :=? that's all.(package private) class
Given a symbol, this check that the type that the symbol has can support the '<=>' operator.(package private) class
Given a symbol, this check that the type that the symbol has can support the '--' operator.(package private) final class
Checks that the symbol passed has a type and that the type is compatible with an EK9 Exception.(package private) class
Given a symbol, this check that the type that the symbol has can support the '#?' operator.(package private) class
Given a symbol, this check that the type that the symbol has can support the '++' operator.(package private) class
Checks if a type has the $ 'toString' method or a 'promotion' #? to a String method.(package private) final class
Given a symbol, this check that the type that the symbol has can support the '?' operation.(package private) final class
Checks if a symbol can be mutated, this is nothing to do with a pure context.(package private) final class
Typically used when a direct call is being bad on the symbol.(package private) class
Provides a common set of operations for checking operators.(package private) final class
Just check that with in the current 'context' - if pure that the processing call is pure.(package private) final class
Given a search for a method from an aggregate - and include supers/traits etc, this function will try and locate the method.Methods in org.ek9lang.compiler.phase3 that return ITokenModifier and TypeMethodDescriptionTypeCompatibilityData.location()
Returns the value of thelocation
record component.CheckOperatorData.operatorUseToken()
Returns the value of theoperatorUseToken
record component.CovarianceData.token()
Returns the value of thetoken
record component.DelegateFunctionData.token()
Returns the value of thetoken
record component.FunctionData.token()
Returns the value of thetoken
record component.ParametersData.token()
Returns the value of thetoken
record component.SymbolAccessData.token()
Returns the value of thetoken
record component.Methods in org.ek9lang.compiler.phase3 with parameters of type ITokenModifier and TypeMethodDescriptionvoid
void
void
void
void
ResolveMethodOrError.apply
(IToken errorLocation, MethodSearchInScope searchOnAggregate) boolean
boolean
boolean
Constructors in org.ek9lang.compiler.phase3 with parameters of type ITokenModifierConstructorDescription(package private)
CheckOperatorData
(ISymbol symbol, IToken operatorUseToken, MethodSymbolSearch search) Creates an instance of aCheckOperatorData
record class.(package private)
CovarianceData
(IToken token, String errorMessage, ISymbol fromVar, ISymbol toVar) Creates an instance of aCovarianceData
record class.(package private)
DelegateFunctionData
(IToken token, ISymbol delegateSymbol, List<ISymbol> callArgumentTypes) Creates an instance of aDelegateFunctionData
record class.(package private)
FunctionData
(IToken token, FunctionSymbol function, List<ISymbol> callArgumentTypes) Creates an instance of aFunctionData
record class.(package private)
Creates an instance of aParametersData
record class.(package private)
Creates an instance of aSymbolAccessData
record class.(package private)
TypeCompatibilityData
(IToken location, ISymbol lhs, ISymbol rhs) Creates an instance of aTypeCompatibilityData
record class. -
Uses of IToken in org.ek9lang.compiler.support
Classes in org.ek9lang.compiler.support that implement interfaces with type arguments of type ITokenModifier and TypeClassDescriptionfinal class
If the aggregate is a generic parameterised type this function triggers a check for duplicated methods.class
Given a list of symbols (normally variables), this code will get the type from each of those symbols.(package private) final class
Error when the definition of an enumerated values could be invalid.class
Extracts a string for the form "on line 6 in 'filename.ek9'".final class
Does a simple check (excluding any inheritance) for duplicated operations (methods, operators) on any sort of Aggregate, i.e.Methods in org.ek9lang.compiler.support that return ITokenModifier and TypeMethodDescriptionCommonTypeDeterminationDetails.lineToken()
Returns the value of thelineToken
record component.ParameterisedTypeData.location()
Returns the value of thelocation
record component.Methods in org.ek9lang.compiler.support with parameters of type ITokenModifier and TypeMethodDescriptionvoid
CheckForDuplicateOperationsOnGeneric.accept
(IToken errorLocationToken, IAggregateSymbol aggregate) void
InvalidEnumeratedValue.accept
(IToken newEnumeratedValueToken, org.antlr.v4.runtime.Token existingEnumeratedValueToken) void
NoDuplicateOperationsOrError.accept
(IToken errorLocationToken, IAggregateSymbol aggregate) protected void
CommonFactory.configureAggregate
(AggregateSymbol aggregate, IToken start) protected void
CommonFactory.configureSymbol
(ISymbol symbol, IToken start) CommonFactory.getDefaultOperatorInitializer
(IToken startToken) SymbolFactory.newExpressionSymbol
(IToken token, String name) Create a new expression symbol place-holder.SymbolFactory.newExpressionSymbol
(IToken token, String name, Optional<ISymbol> ofType) Create a new expression symbol place-holder.SymbolFactory.newGeneralSymbol
(IToken token, String name) Just for general symbols, like references.BasicSymbolFactory.newLiteral
(IToken start, String name) Create a new aggregate that represents an EK9 literal value.SymbolFactory.newLiteral
(IToken start, String name) Create a new aggregate that represents an EK9 literal value.BasicSymbolFactory.newVariable
(String name, IToken token, boolean nullAllowed, boolean injectionExpected) Create new variable typically when looking to create simulated variable.SymbolFactory.newVariable
(String name, IToken token, boolean nullAllowed, boolean injectionExpected) Create new variable typically when looking to create simulated variable.ResolveOrDefineTypes.resolveTypeByParameterizedType
(IToken triggerToken, EK9Parser.ParameterisedTypeContext ctx) ResolveOrDefineTypes.resolveTypeByTypeDef
(IToken triggerToken, EK9Parser.TypeDefContext ctx) Resolves the type for a type def, can trigger recursion.protected void
CheckReturns.returningParamOrError
(boolean isStatement, IToken parentToken, EK9Parser.ReturningParamContext returningParamCtx) Constructors in org.ek9lang.compiler.support with parameters of type ITokenModifierConstructorDescriptionCommonTypeDeterminationDetails
(IToken lineToken, List<ISymbol> argumentSymbols, List<ISymbol> argumentTypes) Creates an instance of aCommonTypeDeterminationDetails
record class.ParameterisedTypeData
(IToken location, ISymbol genericTypeSymbol, List<ISymbol> typeArguments) Creates an instance of aParameterisedTypeData
record class. -
Uses of IToken in org.ek9lang.compiler.symbols
Methods in org.ek9lang.compiler.symbols that return ITokenModifier and TypeMethodDescriptionIScope.getEncounteredExceptionToken()
ScopedSymbol.getEncounteredExceptionToken()
SymbolTable.getEncounteredExceptionToken()
ISymbol.getInitialisedBy()
Symbol.getInitialisedBy()
ISymbol.getSourceToken()
ITokenReference.getSourceToken()
Symbol.getSourceToken()
Methods in org.ek9lang.compiler.symbols that return types with arguments of type ITokenModifier and TypeMethodDescriptionModuleScope.getOriginalReferenceLocation
(SymbolSearch search) Returns the original location a reference was made (if present).Methods in org.ek9lang.compiler.symbols with parameters of type ITokenModifier and TypeMethodDescriptionvoid
ModuleScope.defineReference
(IToken token, ISymbol symbol) Add a reference to another construct in another module, so it can be used in shorthand form in this module.void
IScope.setEncounteredExceptionToken
(IToken encounteredExceptionToken) void
ScopedSymbol.setEncounteredExceptionToken
(IToken encounteredExceptionToken) void
SymbolTable.setEncounteredExceptionToken
(IToken encounteredExceptionToken) void
ISymbol.setInitialisedBy
(IToken initialisedBy) void
Symbol.setInitialisedBy
(IToken initialisedBy) void
ExpressionSymbol.setSourceToken
(IToken sourceToken) void
ITokenReference.setSourceToken
(IToken sourceToken) void
Symbol.setSourceToken
(IToken sourceToken) -
Uses of IToken in org.ek9lang.compiler.tokenizer
Classes in org.ek9lang.compiler.tokenizer that implement ITokenModifier and TypeClassDescriptionclass
Models a token that we need to create as a synthetic token.Methods in org.ek9lang.compiler.tokenizer that return ITokenConstructors in org.ek9lang.compiler.tokenizer with parameters of type ITokenModifierConstructorDescriptionTokenResult
(IToken token, List<IToken> tokensInLine, int positionInLine) Create a valid token result with the token its position and the other surrounding tokens.Constructor parameters in org.ek9lang.compiler.tokenizer with type arguments of type ITokenModifierConstructorDescriptionTokenResult
(IToken token, List<IToken> tokensInLine, int positionInLine) Create a valid token result with the token its position and the other surrounding tokens.