Uses of Class
org.ek9lang.compiler.ir.instructions.Field
Packages that use Field
Package
Description
Common parts of processing that can be reused across various phases.
IR Instruction Classes - The instruction set for EK9 intermediate representation.
-
Uses of Field in org.ek9lang.compiler.common
Methods in org.ek9lang.compiler.common with parameters of type Field -
Uses of Field in org.ek9lang.compiler.ir.instructions
Methods in org.ek9lang.compiler.ir.instructions that return FieldModifier and TypeMethodDescriptionstatic FieldField.staticField(ISymbol symbol, String name, String typeName, DebugInfo debugInfo) Factory method for creating a static field (e.g., enum constants).Methods in org.ek9lang.compiler.ir.instructions that return types with arguments of type FieldMethods in org.ek9lang.compiler.ir.instructions with parameters of type Field