Uses of Class
org.ek9lang.antlr.EK9Parser.LiteralContext
Packages that use EK9Parser.LiteralContext
Package
Description
I - PRE Intermediate Representation generation checks.
-
Uses of EK9Parser.LiteralContext in org.ek9lang.antlr
Subclasses of EK9Parser.LiteralContext in org.ek9lang.antlrModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classMethods in org.ek9lang.antlr that return EK9Parser.LiteralContextModifier and TypeMethodDescriptionEK9Parser.ConstantInitialiserContext.literal()EK9Parser.ConstrainTypeContext.literal()EK9Parser.ForRangeContext.literal()final EK9Parser.LiteralContextEK9Parser.literal()EK9Parser.PrimaryContext.literal()EK9Parser.StreamPartContext.literal()Methods in org.ek9lang.antlr with parameters of type EK9Parser.LiteralContextModifier and TypeMethodDescriptionvoidEK9Parser.LiteralContext.copyFrom(EK9Parser.LiteralContext ctx) Constructors in org.ek9lang.antlr with parameters of type EK9Parser.LiteralContextModifierConstructorDescription -
Uses of EK9Parser.LiteralContext in org.ek9lang.compiler.phase5
Classes in org.ek9lang.compiler.phase5 that implement interfaces with type arguments of type EK9Parser.LiteralContextModifier and TypeClassDescription(package private) final classDetects hardcoded secrets in string literals at compile time (E11080-E11086).Methods in org.ek9lang.compiler.phase5 with parameters of type EK9Parser.LiteralContextModifier and TypeMethodDescriptionvoidSecretInLiteralOrError.accept(EK9Parser.LiteralContext ctx) (package private) voidMagicLiteralTracker.processLiteral(EK9Parser.LiteralContext literal, String moduleName, String filePath, Set<org.antlr.v4.runtime.Token> reportedByTier1) Record a literal occurrence for a specific module, if not exempt. -
Uses of EK9Parser.LiteralContext in org.ek9lang.compiler.phase5.flow
Methods in org.ek9lang.compiler.phase5.flow with parameters of type EK9Parser.LiteralContextModifier and TypeMethodDescriptionLiteralExtractor.extractFromLiteral(EK9Parser.LiteralContext literal) Extract a constant value directly from a literal context.