Uses of Class
io.github.protasm.jvmud.compiler.pipeline.CompilationProblem
Packages that use CompilationProblem
Package
Description
Host-facing LPC execution runtime.
Typed intermediate representation produced after semantic analysis.
Orchestration layer for the compiler pipeline.
Semantic analysis for parsed LPC objects.
-
Uses of CompilationProblem in io.github.protasm.jvmud.compiler.exec
Methods in io.github.protasm.jvmud.compiler.exec that return types with arguments of type CompilationProblemConstructor parameters in io.github.protasm.jvmud.compiler.exec with type arguments of type CompilationProblemModifierConstructorDescriptionLPCRuntimeException(String message, List<CompilationProblem> problems) -
Uses of CompilationProblem in io.github.protasm.jvmud.compiler.ir
Methods in io.github.protasm.jvmud.compiler.ir that return types with arguments of type CompilationProblemConstructor parameters in io.github.protasm.jvmud.compiler.ir with type arguments of type CompilationProblemModifierConstructorDescriptionIRLoweringResult(TypedIR typedIr, List<CompilationProblem> problems) -
Uses of CompilationProblem in io.github.protasm.jvmud.compiler.pipeline
Methods in io.github.protasm.jvmud.compiler.pipeline that return types with arguments of type CompilationProblemMethods in io.github.protasm.jvmud.compiler.pipeline with parameters of type CompilationProblemModifier and TypeMethodDescriptiondefault voidCompilationObserver.stageFailed(CompilationUnit unit, CompilationStage stage, CompilationProblem problem) Constructor parameters in io.github.protasm.jvmud.compiler.pipeline with type arguments of type CompilationProblemModifierConstructorDescriptionCompilationResult(CompilationUnit compilationUnit, TokenList tokens, ASTObject astObject, SemanticModel semanticModel, TypedIR typedIr, byte[] bytecode, List<CompilationProblem> problems) -
Uses of CompilationProblem in io.github.protasm.jvmud.compiler.semantic
Methods in io.github.protasm.jvmud.compiler.semantic that return types with arguments of type CompilationProblemConstructor parameters in io.github.protasm.jvmud.compiler.semantic with type arguments of type CompilationProblemModifierConstructorDescriptionSemanticAnalysisResult(SemanticModel semanticModel, List<CompilationProblem> problems) SemanticTypeChecker(List<CompilationProblem> problems)