Hierarchy For All Packages
- io.github.protasm.jvmud.compiler,
- io.github.protasm.jvmud.compiler.bytecode,
- io.github.protasm.jvmud.compiler.efun,
- io.github.protasm.jvmud.compiler.efun.builtin,
- io.github.protasm.jvmud.compiler.exec,
- io.github.protasm.jvmud.compiler.formatter,
- io.github.protasm.jvmud.compiler.ir,
- io.github.protasm.jvmud.compiler.parser,
- io.github.protasm.jvmud.compiler.parser.ast,
- io.github.protasm.jvmud.compiler.parser.ast.expr,
- io.github.protasm.jvmud.compiler.parser.ast.stmt,
- io.github.protasm.jvmud.compiler.parser.ast.visitor,
- io.github.protasm.jvmud.compiler.parser.parselet,
- io.github.protasm.jvmud.compiler.parser.type,
- io.github.protasm.jvmud.compiler.pipeline,
- io.github.protasm.jvmud.compiler.preproc,
- io.github.protasm.jvmud.compiler.runtime,
- io.github.protasm.jvmud.compiler.scanner,
- io.github.protasm.jvmud.compiler.semantic,
- io.github.protasm.jvmud.compiler.sourcepos,
- io.github.protasm.jvmud.compiler.token,
- io.github.protasm.jvmud.engine,
- io.github.protasm.jvmud.engine.identity,
- io.github.protasm.jvmud.engine.mudlib,
- io.github.protasm.jvmud.engine.output,
- io.github.protasm.jvmud.engine.support,
- io.github.protasm.jvmud.engine.time,
- io.github.protasm.jvmud.engine.world
Class Hierarchy
- java.lang.Object
- io.github.protasm.jvmud.compiler.parser.ast.expr.ASTExprMappingEntry
- io.github.protasm.jvmud.compiler.parser.ast.ASTNode
- io.github.protasm.jvmud.compiler.parser.ast.ASTArgument
- io.github.protasm.jvmud.compiler.parser.ast.ASTExpression
- io.github.protasm.jvmud.compiler.parser.ast.expr.ASTExprArrayAccess
- io.github.protasm.jvmud.compiler.parser.ast.expr.ASTExprArrayLiteral
- io.github.protasm.jvmud.compiler.parser.ast.expr.ASTExprArrayMutation
- io.github.protasm.jvmud.compiler.parser.ast.expr.ASTExprArrayStore
- io.github.protasm.jvmud.compiler.parser.ast.expr.ASTExprCallEfun
- io.github.protasm.jvmud.compiler.parser.ast.expr.ASTExprCallMethod
- io.github.protasm.jvmud.compiler.parser.ast.expr.ASTExprClosureArgument
- io.github.protasm.jvmud.compiler.parser.ast.expr.ASTExprDynamicInvoke
- io.github.protasm.jvmud.compiler.parser.ast.expr.ASTExprError
- io.github.protasm.jvmud.compiler.parser.ast.expr.ASTExprFieldAccess
- io.github.protasm.jvmud.compiler.parser.ast.expr.ASTExprFieldMutation
- io.github.protasm.jvmud.compiler.parser.ast.expr.ASTExprFieldStore
- io.github.protasm.jvmud.compiler.parser.ast.expr.ASTExprFromEndIndex
- io.github.protasm.jvmud.compiler.parser.ast.expr.ASTExprFunctionReference
- io.github.protasm.jvmud.compiler.parser.ast.expr.ASTExprInlineCallable
- io.github.protasm.jvmud.compiler.parser.ast.expr.ASTExprInvokeField
- io.github.protasm.jvmud.compiler.parser.ast.expr.ASTExprInvokeLocal
- io.github.protasm.jvmud.compiler.parser.ast.expr.ASTExprLiteralFalse
- io.github.protasm.jvmud.compiler.parser.ast.expr.ASTExprLiteralFloat
- io.github.protasm.jvmud.compiler.parser.ast.expr.ASTExprLiteralInteger
- io.github.protasm.jvmud.compiler.parser.ast.expr.ASTExprLiteralString
- io.github.protasm.jvmud.compiler.parser.ast.expr.ASTExprLiteralTrue
- io.github.protasm.jvmud.compiler.parser.ast.expr.ASTExprLocalAccess
- io.github.protasm.jvmud.compiler.parser.ast.expr.ASTExprLocalMutation
- io.github.protasm.jvmud.compiler.parser.ast.expr.ASTExprLocalStore
- io.github.protasm.jvmud.compiler.parser.ast.expr.ASTExprMappingLiteral
- io.github.protasm.jvmud.compiler.parser.ast.expr.ASTExprOpBinary
- io.github.protasm.jvmud.compiler.parser.ast.expr.ASTExprOpUnary
- io.github.protasm.jvmud.compiler.parser.ast.expr.ASTExprProtectedEval
- io.github.protasm.jvmud.compiler.parser.ast.expr.ASTExprSequence
- io.github.protasm.jvmud.compiler.parser.ast.expr.ASTExprSliceAccess
- io.github.protasm.jvmud.compiler.parser.ast.expr.ASTExprSliceStore
- io.github.protasm.jvmud.compiler.parser.ast.expr.ASTExprSymbolLiteral
- io.github.protasm.jvmud.compiler.parser.ast.expr.ASTExprTernary
- io.github.protasm.jvmud.compiler.parser.ast.expr.ASTExprTypedFunctionLiteral
- io.github.protasm.jvmud.compiler.parser.ast.expr.ASTExprUnresolvedAssignment
- io.github.protasm.jvmud.compiler.parser.ast.expr.ASTExprUnresolvedCall
- io.github.protasm.jvmud.compiler.parser.ast.expr.ASTExprUnresolvedIdentifier
- io.github.protasm.jvmud.compiler.parser.ast.expr.ASTExprUnresolvedInvoke
- io.github.protasm.jvmud.compiler.parser.ast.expr.ASTExprUnresolvedMutation
- io.github.protasm.jvmud.compiler.parser.ast.expr.ASTExprUnresolvedParentCall
- io.github.protasm.jvmud.compiler.parser.ast.expr.ASTExprUnresolvedQualifiedCall
- io.github.protasm.jvmud.compiler.parser.ast.ASTField
- io.github.protasm.jvmud.compiler.parser.ast.ASTInherit
- io.github.protasm.jvmud.compiler.parser.ast.ASTListNode<T> (implements java.lang.Iterable<T>)
- io.github.protasm.jvmud.compiler.parser.ast.ASTArguments
- io.github.protasm.jvmud.compiler.parser.ast.ASTParameters
- io.github.protasm.jvmud.compiler.parser.ast.ASTLocal
- io.github.protasm.jvmud.compiler.parser.ast.ASTMapNode<T> (implements java.lang.Iterable<T>)
- io.github.protasm.jvmud.compiler.parser.ast.ASTFields
- io.github.protasm.jvmud.compiler.parser.ast.ASTMethods
- io.github.protasm.jvmud.compiler.parser.ast.ASTMethod
- io.github.protasm.jvmud.compiler.parser.ast.ASTObject
- io.github.protasm.jvmud.compiler.parser.ast.ASTParameter
- io.github.protasm.jvmud.compiler.parser.ast.ASTStatement
- io.github.protasm.jvmud.compiler.parser.ast.stmt.ASTStmtBlock (implements java.lang.Iterable<T>)
- io.github.protasm.jvmud.compiler.parser.ast.stmt.ASTStmtBreak
- io.github.protasm.jvmud.compiler.parser.ast.stmt.ASTStmtContinue
- io.github.protasm.jvmud.compiler.parser.ast.stmt.ASTStmtDoWhile
- io.github.protasm.jvmud.compiler.parser.ast.stmt.ASTStmtEmpty
- io.github.protasm.jvmud.compiler.parser.ast.stmt.ASTStmtExpression
- io.github.protasm.jvmud.compiler.parser.ast.stmt.ASTStmtFor
- io.github.protasm.jvmud.compiler.parser.ast.stmt.ASTStmtForeach
- io.github.protasm.jvmud.compiler.parser.ast.stmt.ASTStmtIfThenElse
- io.github.protasm.jvmud.compiler.parser.ast.stmt.ASTStmtReturn
- io.github.protasm.jvmud.compiler.parser.ast.stmt.ASTStmtSwitch
- io.github.protasm.jvmud.compiler.parser.ast.stmt.ASTStmtWhile
- io.github.protasm.jvmud.compiler.parser.ast.stmt.ASTStmtBlock.BlockLocalDeclaration
- io.github.protasm.jvmud.compiler.bytecode.BytecodeCompiler
- io.github.protasm.jvmud.compiler.sourcepos.CharCursor
- io.github.protasm.jvmud.compiler.pipeline.CompilationPipeline
- io.github.protasm.jvmud.compiler.pipeline.CompilationProblem
- io.github.protasm.jvmud.compiler.pipeline.CompilationResult
- io.github.protasm.jvmud.compiler.pipeline.CompilationUnit
- io.github.protasm.jvmud.compiler.efun.builtin.CoreEfuns
- io.github.protasm.jvmud.compiler.parser.ast.DeclarationModifiers
- io.github.protasm.jvmud.compiler.efun.EfunRegistry
- io.github.protasm.jvmud.engine.world.Entity (implements io.github.protasm.jvmud.engine.world.Location)
- io.github.protasm.jvmud.compiler.parser.parselet.InfixBinaryOp (implements io.github.protasm.jvmud.compiler.parser.parselet.InfixParselet)
- io.github.protasm.jvmud.compiler.parser.parselet.InfixIndex (implements io.github.protasm.jvmud.compiler.parser.parselet.InfixParselet)
- io.github.protasm.jvmud.compiler.parser.parselet.InfixInvoke (implements io.github.protasm.jvmud.compiler.parser.parselet.InfixParselet)
- io.github.protasm.jvmud.compiler.parser.parselet.InfixPostfixMutation (implements io.github.protasm.jvmud.compiler.parser.parselet.InfixParselet)
- io.github.protasm.jvmud.compiler.parser.parselet.InfixQualifiedCall (implements io.github.protasm.jvmud.compiler.parser.parselet.InfixParselet)
- io.github.protasm.jvmud.compiler.parser.parselet.InfixTernary (implements io.github.protasm.jvmud.compiler.parser.parselet.InfixParselet)
- io.github.protasm.jvmud.compiler.ir.IRArrayConcat (implements io.github.protasm.jvmud.compiler.ir.IRExpression)
- io.github.protasm.jvmud.compiler.ir.IRArrayDifference (implements io.github.protasm.jvmud.compiler.ir.IRExpression)
- io.github.protasm.jvmud.compiler.ir.IRArrayGet (implements io.github.protasm.jvmud.compiler.ir.IRExpression)
- io.github.protasm.jvmud.compiler.ir.IRArrayLiteral (implements io.github.protasm.jvmud.compiler.ir.IRExpression)
- io.github.protasm.jvmud.compiler.ir.IRArrayMutation (implements io.github.protasm.jvmud.compiler.ir.IRExpression)
- io.github.protasm.jvmud.compiler.ir.IRArraySet (implements io.github.protasm.jvmud.compiler.ir.IRExpression)
- io.github.protasm.jvmud.compiler.ir.IRFromEndIndex (implements io.github.protasm.jvmud.compiler.ir.IRExpression)
- io.github.protasm.jvmud.compiler.ir.IRLowerer
- io.github.protasm.jvmud.compiler.ir.IRLoweringResult
- io.github.protasm.jvmud.compiler.ir.IRMappingEntry
- io.github.protasm.jvmud.compiler.ir.IRMappingGet (implements io.github.protasm.jvmud.compiler.ir.IRExpression)
- io.github.protasm.jvmud.compiler.ir.IRMappingLiteral (implements io.github.protasm.jvmud.compiler.ir.IRExpression)
- io.github.protasm.jvmud.compiler.ir.IRMappingMerge (implements io.github.protasm.jvmud.compiler.ir.IRExpression)
- io.github.protasm.jvmud.compiler.ir.IRMappingSet (implements io.github.protasm.jvmud.compiler.ir.IRExpression)
- io.github.protasm.jvmud.compiler.ir.IRPrettyPrinter
- io.github.protasm.jvmud.compiler.ir.IRSequence (implements io.github.protasm.jvmud.compiler.ir.IRExpression)
- io.github.protasm.jvmud.compiler.ir.IRSlice (implements io.github.protasm.jvmud.compiler.ir.IRExpression)
- io.github.protasm.jvmud.compiler.ir.IRSliceSet (implements io.github.protasm.jvmud.compiler.ir.IRExpression)
- io.github.protasm.jvmud.compiler.ir.IRStringDifference (implements io.github.protasm.jvmud.compiler.ir.IRExpression)
- io.github.protasm.jvmud.compiler.ir.IRStringGet (implements io.github.protasm.jvmud.compiler.ir.IRExpression)
- io.github.protasm.jvmud.compiler.JVMudCompiler
- io.github.protasm.jvmud.compiler.sourcepos.LineMap
- io.github.protasm.jvmud.compiler.parser.Locals
- io.github.protasm.jvmud.compiler.formatter.LPCFormatter
- io.github.protasm.jvmud.compiler.formatter.LPCFormatterCli
- io.github.protasm.jvmud.compiler.exec.LPCLoadResult
- io.github.protasm.jvmud.compiler.exec.LPCObjectHandle
- io.github.protasm.jvmud.compiler.exec.LPCRuntime
- io.github.protasm.jvmud.compiler.exec.LPCRuntimeConfig
- io.github.protasm.jvmud.compiler.exec.LPCRuntimeConfig.Builder
- io.github.protasm.jvmud.engine.mudlib.MudlibBoundary
- io.github.protasm.jvmud.engine.mudlib.MudlibBoundary.Builder
- io.github.protasm.jvmud.engine.mudlib.MudlibBoundaryConfigReader
- io.github.protasm.jvmud.engine.output.OutgoingTextFormatter
- io.github.protasm.jvmud.compiler.parser.Parser
- io.github.protasm.jvmud.compiler.parser.ParserOptions
- io.github.protasm.jvmud.compiler.parser.ParseRule
- io.github.protasm.jvmud.compiler.parser.PrattParser
- io.github.protasm.jvmud.compiler.parser.PrattParser.Precedence
- io.github.protasm.jvmud.compiler.parser.parselet.PrefixArrayLiteral (implements io.github.protasm.jvmud.compiler.parser.parselet.PrefixParselet)
- io.github.protasm.jvmud.compiler.parser.parselet.PrefixClosureArgument (implements io.github.protasm.jvmud.compiler.parser.parselet.PrefixParselet)
- io.github.protasm.jvmud.compiler.parser.parselet.PrefixIdentifier (implements io.github.protasm.jvmud.compiler.parser.parselet.PrefixParselet)
- io.github.protasm.jvmud.compiler.parser.parselet.PrefixLiteral (implements io.github.protasm.jvmud.compiler.parser.parselet.PrefixParselet)
- io.github.protasm.jvmud.compiler.parser.parselet.PrefixLParen (implements io.github.protasm.jvmud.compiler.parser.parselet.PrefixParselet)
- io.github.protasm.jvmud.compiler.parser.parselet.PrefixNumber (implements io.github.protasm.jvmud.compiler.parser.parselet.PrefixParselet)
- io.github.protasm.jvmud.compiler.parser.parselet.PrefixQuotedReference (implements io.github.protasm.jvmud.compiler.parser.parselet.PrefixParselet)
- io.github.protasm.jvmud.compiler.parser.parselet.PrefixString (implements io.github.protasm.jvmud.compiler.parser.parselet.PrefixParselet)
- io.github.protasm.jvmud.compiler.parser.parselet.PrefixSuperCall (implements io.github.protasm.jvmud.compiler.parser.parselet.PrefixParselet)
- io.github.protasm.jvmud.compiler.parser.parselet.PrefixUnaryOp (implements io.github.protasm.jvmud.compiler.parser.parselet.PrefixParselet)
- io.github.protasm.jvmud.compiler.preproc.Preprocessor
- io.github.protasm.jvmud.compiler.parser.ast.visitor.PrintVisitor (implements io.github.protasm.jvmud.compiler.parser.ast.visitor.ASTVisitor)
- io.github.protasm.jvmud.compiler.runtime.RuntimeArithmetic
- io.github.protasm.jvmud.compiler.runtime.RuntimeArray
- io.github.protasm.jvmud.compiler.runtime.RuntimeCoercions
- io.github.protasm.jvmud.compiler.runtime.RuntimeCollectionTransform
- io.github.protasm.jvmud.compiler.runtime.RuntimeComparison
- io.github.protasm.jvmud.compiler.runtime.RuntimeContext
- io.github.protasm.jvmud.compiler.runtime.RuntimeContextHolder
- io.github.protasm.jvmud.compiler.runtime.RuntimeEquality
- io.github.protasm.jvmud.compiler.runtime.RuntimeForeach
- io.github.protasm.jvmud.compiler.runtime.RuntimeFunctionLiteral (implements io.github.protasm.jvmud.compiler.runtime.RuntimeCallable)
- io.github.protasm.jvmud.compiler.runtime.RuntimeIndex
- io.github.protasm.jvmud.compiler.runtime.RuntimeMapping
- io.github.protasm.jvmud.engine.support.RuntimeModel
- io.github.protasm.jvmud.compiler.runtime.RuntimeScanf
- io.github.protasm.jvmud.compiler.runtime.RuntimeString
- io.github.protasm.jvmud.compiler.runtime.RuntimeTypes
- io.github.protasm.jvmud.compiler.runtime.RuntimeValueCodec
- io.github.protasm.jvmud.compiler.scanner.Scanner
- io.github.protasm.jvmud.engine.time.ScheduledTask
- io.github.protasm.jvmud.compiler.preproc.SearchPathIncludeResolver (implements io.github.protasm.jvmud.compiler.preproc.IncludeResolver)
- io.github.protasm.jvmud.compiler.sourcepos.SegmentedSourceMapper (implements io.github.protasm.jvmud.compiler.sourcepos.SourceMapper)
- io.github.protasm.jvmud.compiler.sourcepos.SegmentedSourceMapper.Builder
- io.github.protasm.jvmud.compiler.semantic.SemanticAnalysisResult
- io.github.protasm.jvmud.compiler.semantic.SemanticAnalyzer
- io.github.protasm.jvmud.compiler.semantic.SemanticModel
- io.github.protasm.jvmud.compiler.semantic.SemanticScope
- io.github.protasm.jvmud.compiler.semantic.SemanticScope.ScopedSymbol
- io.github.protasm.jvmud.compiler.semantic.SemanticTypeChecker
- io.github.protasm.jvmud.compiler.parser.ast.Symbol
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- io.github.protasm.jvmud.compiler.bytecode.BytecodeCompileException
- io.github.protasm.jvmud.compiler.exec.LPCRuntimeException
- io.github.protasm.jvmud.compiler.parser.ParseException
- io.github.protasm.jvmud.compiler.preproc.PreprocessException
- io.github.protasm.jvmud.compiler.scanner.ScanException
- io.github.protasm.jvmud.compiler.token.TokenBuffer.ParseError
- java.lang.RuntimeException
- java.lang.Exception
- io.github.protasm.jvmud.compiler.token.TokenBuffer
- io.github.protasm.jvmud.compiler.token.TokenBuffer.Cursor
- io.github.protasm.jvmud.compiler.token.TokenClassifier
- io.github.protasm.jvmud.compiler.token.TokenList
- io.github.protasm.jvmud.compiler.runtime.Truth
- io.github.protasm.jvmud.compiler.semantic.TypeResolver
- io.github.protasm.jvmud.engine.time.WorldClock (implements java.lang.AutoCloseable)
- io.github.protasm.jvmud.engine.world.WorldRuntime
- io.github.protasm.jvmud.engine.time.WorldScheduler
Interface Hierarchy
- io.github.protasm.jvmud.compiler.parser.ast.visitor.ASTVisitor
- io.github.protasm.jvmud.compiler.pipeline.CompilationObserver
- io.github.protasm.jvmud.compiler.efun.Efun
- io.github.protasm.jvmud.compiler.preproc.IncludeResolver
- io.github.protasm.jvmud.compiler.parser.parselet.InfixParselet
- io.github.protasm.jvmud.compiler.ir.IRNode
- io.github.protasm.jvmud.compiler.ir.IRExpression
- io.github.protasm.jvmud.compiler.ir.IRStatement
- io.github.protasm.jvmud.compiler.ir.IRTerminator
- io.github.protasm.jvmud.engine.world.Location
- io.github.protasm.jvmud.compiler.exec.LPCObjectLoadObserver
- io.github.protasm.jvmud.compiler.parser.parselet.PrefixParselet
- io.github.protasm.jvmud.compiler.runtime.RuntimeCallable
- io.github.protasm.jvmud.compiler.runtime.RuntimeContext.TimedRuntimeErrorHandler
- io.github.protasm.jvmud.compiler.sourcepos.SourceMapper
Enum Class Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
- io.github.protasm.jvmud.compiler.parser.type.AssignOpType
- io.github.protasm.jvmud.compiler.parser.type.BinaryOpType
- io.github.protasm.jvmud.engine.world.Capability
- io.github.protasm.jvmud.compiler.pipeline.CompilationStage
- io.github.protasm.jvmud.compiler.parser.ast.DeclarationModifiers.Visibility
- io.github.protasm.jvmud.compiler.parser.type.InstrType
- io.github.protasm.jvmud.compiler.parser.type.JType
- io.github.protasm.jvmud.compiler.parser.type.LiteralType
- io.github.protasm.jvmud.compiler.parser.type.LPCType
- io.github.protasm.jvmud.engine.mudlib.MudlibLifecycleEvent
- io.github.protasm.jvmud.engine.mudlib.MudlibProjectionRole
- io.github.protasm.jvmud.compiler.runtime.RuntimeTruthiness
- io.github.protasm.jvmud.compiler.runtime.RuntimeValueKind
- io.github.protasm.jvmud.compiler.token.TokenType
- io.github.protasm.jvmud.compiler.parser.type.UnaryOpType
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
Record Class Hierarchy
- java.lang.Object
- java.lang.Record
- io.github.protasm.jvmud.compiler.parser.ast.stmt.ASTStmtSwitch.SwitchCase
- io.github.protasm.jvmud.compiler.efun.EfunSignature
- io.github.protasm.jvmud.compiler.preproc.IncludeResolution
- io.github.protasm.jvmud.compiler.ir.IRBinaryOperation (implements io.github.protasm.jvmud.compiler.ir.IRExpression)
- io.github.protasm.jvmud.compiler.ir.IRBlock
- io.github.protasm.jvmud.compiler.ir.IRCoerce (implements io.github.protasm.jvmud.compiler.ir.IRExpression)
- io.github.protasm.jvmud.compiler.ir.IRConditionalExpression (implements io.github.protasm.jvmud.compiler.ir.IRExpression)
- io.github.protasm.jvmud.compiler.ir.IRConditionalJump (implements io.github.protasm.jvmud.compiler.ir.IRTerminator)
- io.github.protasm.jvmud.compiler.ir.IRConstant (implements io.github.protasm.jvmud.compiler.ir.IRExpression)
- io.github.protasm.jvmud.compiler.ir.IRDynamicInvoke (implements io.github.protasm.jvmud.compiler.ir.IRExpression)
- io.github.protasm.jvmud.compiler.ir.IRDynamicInvokeExpression (implements io.github.protasm.jvmud.compiler.ir.IRExpression)
- io.github.protasm.jvmud.compiler.ir.IRDynamicInvokeField (implements io.github.protasm.jvmud.compiler.ir.IRExpression)
- io.github.protasm.jvmud.compiler.ir.IREfunCall (implements io.github.protasm.jvmud.compiler.ir.IRExpression)
- io.github.protasm.jvmud.compiler.ir.IRExpressionStatement (implements io.github.protasm.jvmud.compiler.ir.IRStatement)
- io.github.protasm.jvmud.compiler.ir.IRField
- io.github.protasm.jvmud.compiler.ir.IRFieldLoad (implements io.github.protasm.jvmud.compiler.ir.IRExpression)
- io.github.protasm.jvmud.compiler.ir.IRFieldMutation (implements io.github.protasm.jvmud.compiler.ir.IRExpression)
- io.github.protasm.jvmud.compiler.ir.IRFieldStore (implements io.github.protasm.jvmud.compiler.ir.IRExpression)
- io.github.protasm.jvmud.compiler.ir.IRForeachItems (implements io.github.protasm.jvmud.compiler.ir.IRExpression)
- io.github.protasm.jvmud.compiler.ir.IRForeachSize (implements io.github.protasm.jvmud.compiler.ir.IRExpression)
- io.github.protasm.jvmud.compiler.ir.IRForeachValue (implements io.github.protasm.jvmud.compiler.ir.IRExpression)
- io.github.protasm.jvmud.compiler.ir.IRFunctionReferenceLiteral (implements io.github.protasm.jvmud.compiler.ir.IRExpression)
- io.github.protasm.jvmud.compiler.ir.IRInlineCallableLiteral (implements io.github.protasm.jvmud.compiler.ir.IRExpression)
- io.github.protasm.jvmud.compiler.ir.IRInstanceCall (implements io.github.protasm.jvmud.compiler.ir.IRExpression)
- io.github.protasm.jvmud.compiler.ir.IRJump (implements io.github.protasm.jvmud.compiler.ir.IRTerminator)
- io.github.protasm.jvmud.compiler.ir.IRLocal
- io.github.protasm.jvmud.compiler.ir.IRLocalLoad (implements io.github.protasm.jvmud.compiler.ir.IRExpression)
- io.github.protasm.jvmud.compiler.ir.IRLocalMutation (implements io.github.protasm.jvmud.compiler.ir.IRExpression)
- io.github.protasm.jvmud.compiler.ir.IRLocalStore (implements io.github.protasm.jvmud.compiler.ir.IRExpression)
- io.github.protasm.jvmud.compiler.ir.IRMethod
- io.github.protasm.jvmud.compiler.ir.IRObject
- io.github.protasm.jvmud.compiler.ir.IRParameter
- io.github.protasm.jvmud.compiler.ir.IRProtectedEval (implements io.github.protasm.jvmud.compiler.ir.IRExpression)
- io.github.protasm.jvmud.compiler.ir.IRReturn (implements io.github.protasm.jvmud.compiler.ir.IRTerminator)
- io.github.protasm.jvmud.compiler.ir.IRTypedFunctionLiteral (implements io.github.protasm.jvmud.compiler.ir.IRExpression)
- io.github.protasm.jvmud.compiler.ir.IRUnaryOperation (implements io.github.protasm.jvmud.compiler.ir.IRExpression)
- io.github.protasm.jvmud.engine.world.Link
- io.github.protasm.jvmud.compiler.exec.LPCObjectInspection
- io.github.protasm.jvmud.compiler.exec.LPCObjectInspection.FieldValue
- io.github.protasm.jvmud.compiler.exec.LPCObjectInspection.MethodSignature
- io.github.protasm.jvmud.engine.mudlib.MudlibProjection
- io.github.protasm.jvmud.engine.identity.PersonaId
- io.github.protasm.jvmud.engine.identity.PersonaRecord
- io.github.protasm.jvmud.engine.world.Place (implements io.github.protasm.jvmud.engine.world.Location)
- io.github.protasm.jvmud.engine.identity.PlayerId
- io.github.protasm.jvmud.engine.identity.PlayerRecord
- io.github.protasm.jvmud.compiler.preproc.PreprocessedSource
- io.github.protasm.jvmud.compiler.runtime.RuntimeIndex.FromEnd
- io.github.protasm.jvmud.compiler.runtime.RuntimeMapping.MultiValue
- io.github.protasm.jvmud.compiler.runtime.RuntimeType
- io.github.protasm.jvmud.engine.identity.SessionId
- io.github.protasm.jvmud.engine.identity.SessionRecord
- io.github.protasm.jvmud.compiler.sourcepos.SourcePos
- io.github.protasm.jvmud.compiler.sourcepos.SourceSpan
- io.github.protasm.jvmud.compiler.token.Token<T>
- io.github.protasm.jvmud.compiler.ir.TypedIR
- io.github.protasm.jvmud.engine.world.World
- java.lang.Record