Class InterpretedIRMethod

All Implemented Interfaces:
Cloneable, Compilable<InterpreterContext>, IRMethodArgs, PositionAware
Direct Known Subclasses:
InterpretedIRBodyMethod

public class InterpretedIRMethod extends AbstractIRMethod implements Compilable<InterpreterContext>
Method for -X-C (interpreted only execution). See MixedModeIRMethod for inter/JIT method impl.