Searched refs:BaseMachine (Results 1 – 3 of 3) sorted by relevance
35 public abstract class BaseMachine implements Machine { class87 public BaseMachine(Prototype prototype) { in BaseMachine() method in BaseMachine
29 public class ValueAwareMachine extends BaseMachine {
573 BaseMachine.throwLocalMismatch(type, localType); in visitLocal()