public PapyrusMethodBody(PapyrusMethodDefinition method) { this.method = method; Instructions = new PapyrusInstructionCollection(method); Variables = new List <PapyrusVariableReference>(); //TempVariables = new List<PapyrusVariableReference>(); }
public PapyrusInstructionCollection(PapyrusMethodDefinition method) { this.method = method; }